git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da90b49
)
collections.inc: define COLLECTIONS with ?= so it can be pulled in by a distro and...
author
Chris Larson
<chris_larson@mentor.com>
Tue, 16 Mar 2010 00:13:53 +0000
(17:13 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Tue, 16 Mar 2010 00:27:48 +0000
(17:27 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
conf/collections.inc
patch
|
blob
|
history
diff --git
a/conf/collections.inc
b/conf/collections.inc
index
6a0f41f
..
0572568
100644
(file)
--- a/
conf/collections.inc
+++ b/
conf/collections.inc
@@
-10,7
+10,7
@@
# supported format will be unpacked into COLLECTIONS_UNPACKDIR and used from
# there.
-COLLECTIONS = "${@' '.join(d.getVar('BBPATH', 1).split(':'))}"
+COLLECTIONS
?
= "${@' '.join(d.getVar('BBPATH', 1).split(':'))}"
COLLECTIONS_UNPACKDIR = "${TMPDIR}/collections"
COLLECTIONINFO = "${@get_collection(d.getVar('FILE', 1), d)}"