collections.inc: define COLLECTIONS with ?= so it can be pulled in by a distro and...
authorChris Larson <chris_larson@mentor.com>
Tue, 16 Mar 2010 00:13:53 +0000 (17:13 -0700)
committerChris 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

index 6a0f41f..0572568 100644 (file)
@@ -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)}"