summaryrefslogtreecommitdiffstats
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
parent1312f8d4c62720bc4175bb65c54829ecc4b954e0 (diff)
downloadmeta-openembedded-8a3fda48e232073ecedb25e8b1136eeed78ca353.tar.gz
angstrom-layers: meta-openembedded: switch around BBPATH
this gets our classes in first
-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 @@
1# We have a conf and classes directory, add to BBPATH 1# We have a conf and classes directory, prepend to BBPATH to prefer our versions
2BBPATH := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${LAYERDIR}:${BBPATH}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"