[oe-commits] Chris Larson : collections.inc: define COLLECTIONS with ?= so it can be pulled in by a distro and overridden by local.conf

git version control git at git.openembedded.org
Tue Mar 16 08:17:02 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: acf4d8c07c5c877533807125e07ad01751b40c19
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=acf4d8c07c5c877533807125e07ad01751b40c19

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Mar 15 17:13:53 2010 -0700

collections.inc:  define COLLECTIONS with ?= so it can be pulled in by a distro and overridden by local.conf

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 conf/collections.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/collections.inc b/conf/collections.inc
index 6a0f41f..0572568 100644
--- 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)}"





More information about the Openembedded-commits mailing list