aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-11-02 11:10:40 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-11-02 11:10:40 +0100
commit8a3fda48e232073ecedb25e8b1136eeed78ca353 (patch)
tree09ac20e004c3c4667432d2f490b7ed0a13049f20 /conf
parent1312f8d4c62720bc4175bb65c54829ecc4b954e0 (diff)
downloadmeta-openembedded-contrib-8a3fda48e232073ecedb25e8b1136eeed78ca353.tar.gz
angstrom-layers: meta-openembedded: switch around BBPATH
this gets our classes in first
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 7c913c1861..c33aa7b889 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,5 +1,5 @@
-# We have a conf and classes directory, add to BBPATH
-BBPATH := "${BBPATH}:${LAYERDIR}"
+# We have a conf and classes directory, prepend to BBPATH to prefer our versions
+BBPATH := "${LAYERDIR}:${BBPATH}"
# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"