summaryrefslogtreecommitdiffstats
path: root/meta/classes/src_distribute_local.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-08-08 20:41:55 +0000
committerRichard Purdie <richard@openedhand.com>2007-08-08 20:41:55 +0000
commit720e0b144cabc48c65dc831b61602a10a2da5f90 (patch)
tree005b5aac27800b94d730580e49d59582938790ad /meta/classes/src_distribute_local.bbclass
parentfe553f406dda1c495d285c650846c9509f0c7e19 (diff)
downloadpoky-720e0b144cabc48c65dc831b61602a10a2da5f90.tar.gz
classes: Sync various classes with OE for various bugfixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2407 311d38ba-8fff-0310-9ca6-ca027cbcb966
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