From 8a3fda48e232073ecedb25e8b1136eeed78ca353 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 2 Nov 2010 11:10:40 +0100 Subject: angstrom-layers: meta-openembedded: switch around BBPATH this gets our classes in first --- conf/layer.conf | 4 ++-- 1 file 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" -- cgit v1.2.3-54-g00ecf