From f8e9384205c33e8a32678c67de75d5824ff2c631 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Tue, 5 Jun 2007 16:23:20 +0000 Subject: src_distribute classes: store sources in tmp/deploy/sources/LICENSE dirs - recipe with few licenses has source stored in few directories - recipes without LICENSE have source stored in "unknown" directory git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1862 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/classes/src_distribute_local.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta/classes/src_distribute_local.bbclass') diff --git a/meta/classes/src_distribute_local.bbclass b/meta/classes/src_distribute_local.bbclass index 5f0cef5bec..31cc85fae4 100644 --- a/meta/classes/src_distribute_local.bbclass +++ b/meta/classes/src_distribute_local.bbclass @@ -1,3 +1,5 @@ +SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources" + inherit src_distribute # SRC_DIST_LOCAL possible values: @@ -5,7 +7,7 @@ inherit src_distribute # symlink symlinks the files from ${A} to the distributedir # move+symlink moves the files into distributedir, and symlinks them back SRC_DIST_LOCAL ?= "move+symlink" -SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources" + SRC_DISTRIBUTECOMMAND () { s="${SRC}" if [ ! -L "$s" ] && (echo "$s"|grep "^${DL_DIR}"); then -- cgit 1.2.3-korg