summaryrefslogtreecommitdiffstats
path: root/meta/classes/src_distribute_local.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/src_distribute_local.bbclass')
-rw-r--r--meta/classes/src_distribute_local.bbclass4
1 files changed, 3 insertions, 1 deletions
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 @@
1SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources"
2
1inherit src_distribute 3inherit src_distribute
2 4
3# SRC_DIST_LOCAL possible values: 5# SRC_DIST_LOCAL possible values:
@@ -5,7 +7,7 @@ inherit src_distribute
5# symlink symlinks the files from ${A} to the distributedir 7# symlink symlinks the files from ${A} to the distributedir
6# move+symlink moves the files into distributedir, and symlinks them back 8# move+symlink moves the files into distributedir, and symlinks them back
7SRC_DIST_LOCAL ?= "move+symlink" 9SRC_DIST_LOCAL ?= "move+symlink"
8SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources" 10
9SRC_DISTRIBUTECOMMAND () { 11SRC_DISTRIBUTECOMMAND () {
10 s="${SRC}" 12 s="${SRC}"
11 if [ ! -L "$s" ] && (echo "$s"|grep "^${DL_DIR}"); then 13 if [ ! -L "$s" ] && (echo "$s"|grep "^${DL_DIR}"); then