diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:41:55 +0000 |
commit | 720e0b144cabc48c65dc831b61602a10a2da5f90 (patch) | |
tree | 005b5aac27800b94d730580e49d59582938790ad /meta/classes/src_distribute_local.bbclass | |
parent | fe553f406dda1c495d285c650846c9509f0c7e19 (diff) | |
download | poky-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.bbclass | 4 |
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 @@ | |||
1 | SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources" | ||
2 | |||
3 | inherit src_distribute | 1 | inherit 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 |
9 | SRC_DIST_LOCAL ?= "move+symlink" | 7 | SRC_DIST_LOCAL ?= "move+symlink" |
10 | 8 | SRC_DISTRIBUTEDIR ?= "${DEPLOY_DIR}/sources" | |
11 | SRC_DISTRIBUTECOMMAND () { | 9 | SRC_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 |