From acf4d8c07c5c877533807125e07ad01751b40c19 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 15 Mar 2010 17:13:53 -0700 Subject: collections.inc: define COLLECTIONS with ?= so it can be pulled in by a distro and overridden by local.conf Signed-off-by: Chris Larson --- conf/collections.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/collections.inc') diff --git a/conf/collections.inc b/conf/collections.inc index 6a0f41fd78..0572568f06 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)}" -- cgit 1.2.3-korg