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, 1 insertions, 3 deletions
diff --git a/meta/classes/src_distribute_local.bbclass b/meta/classes/src_distribute_local.bbclass
index 31cc85fae4..5f0cef5bec 100644
--- a/meta/classes/src_distribute_local.bbclass
+++ b/meta/classes/src_distribute_local.bbclass
@@ -1,5 +1,3 @@
1SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources"
2
3inherit src_distribute 1inherit src_distribute
4 2
5# SRC_DIST_LOCAL possible values: 3# SRC_DIST_LOCAL possible values:
@@ -7,7 +5,7 @@ inherit src_distribute
7# symlink symlinks the files from ${A} to the distributedir 5# symlink symlinks the files from ${A} to the distributedir
8# move+symlink moves the files into distributedir, and symlinks them back 6# move+symlink moves the files into distributedir, and symlinks them back
9SRC_DIST_LOCAL ?= "move+symlink" 7SRC_DIST_LOCAL ?= "move+symlink"
10 8SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources"
11SRC_DISTRIBUTECOMMAND () { 9SRC_DISTRIBUTECOMMAND () {
12 s="${SRC}" 10 s="${SRC}"
13 if [ ! -L "$s" ] && (echo "$s"|grep "^${DL_DIR}"); then 11 if [ ! -L "$s" ] && (echo "$s"|grep "^${DL_DIR}"); then