]> code.ossystems Code Review - openembedded-core.git/commitdiff
layer.conf: Set BBPATH correctly
authorRichard Purdie <rpurdie@linux.intel.com>
Tue, 20 Jul 2010 13:20:04 +0000 (14:20 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Tue, 20 Jul 2010 13:20:04 +0000 (14:20 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta-extras/conf/layer.conf
meta-moblin/conf/layer.conf
meta-openmoko/conf/layer.conf
meta/conf/layer.conf

index 1ba520a5a4e6a50fde4253317d90ff2bf9db3b45..c992abc9f6913ea2ffcb82221c632aa8dd8929c9 100644 (file)
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}${LAYERDIR}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
index 8f2c3c0cd47f0529ce5319898412f894895da857..b5daea69ed40bd211ece7671882f4aedd2735948 100644 (file)
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}${LAYERDIR}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
index 1dadce0cb60ecd72aa7db1a18a9dd6a5b2543aa8..88f15b6db8f8420b12f6a85d9ad8eb1442ca8ea1 100644 (file)
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}${LAYERDIR}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"
index a780245c297f03b87aab33afb52fec411167dfe5..d0d74884ec0399d28296e5fa8e0dc34092a8b9fa 100644 (file)
@@ -1,5 +1,6 @@
+BBPATH ?= ""
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}${LAYERDIR}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/packages/*/*.bb"