]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
meta/conf/layer.conf: Remove packages/*bb from BBFILES
authorKhem Raj <raj.khem@gmail.com>
Tue, 10 May 2011 23:50:14 +0000 (16:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 May 2011 09:21:10 +0000 (10:21 +0100)
packages directory has been divided into recipes-*/ dirs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/layer.conf

index 3f63c7dd51d5fd022549eae36534ef3351caaf5c..ad9540586c2f21bdf13ce9fc0a5823199e0052bf 100644 (file)
@@ -2,7 +2,7 @@ BBPATH ?= ""
 # We have a conf and classes directory, add to BBPATH
 BBPATH .= ":${LAYERDIR}"
 # We have a packages directory, add to BBFILES
-BBFILES += "${LAYERDIR}/packages/*/*.bb ${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
 
 BBFILE_COLLECTIONS += "normal"
 BBFILE_PATTERN_normal := "^${LAYERDIR}/"