aboutsummaryrefslogtreecommitdiffstats
path: root/conf/collections.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/collections.inc')
-rw-r--r--conf/collections.inc2
1 files changed, 1 insertions, 1 deletions
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)}"