]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Append to BBFILES instead of overwriting
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 29 Oct 2008 10:41:28 +0000 (10:41 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 29 Oct 2008 10:41:28 +0000 (10:41 +0000)
build/conf/local.conf.sample

index 478dac9ad082d4687ce3707648fe338066f4fc78..3e27b2244e50f41cdbddd9a160525882744e9268 100644 (file)
@@ -1,6 +1,6 @@
 # Where to cache the files Poky downloads
 DL_DIR ?= "${OEROOT}/sources"
-BBFILES = "\
+BBFILES += "\
     ${OEROOT}/meta/packages/*/*.bb \
     ${OEROOT}/meta-moblin/packages/*/*.bb"