Revert "poky-env-internal: Disable automatic adding of meta environments to BBPATH"

This reverts commit ba804d1729 which is a valid
change but isn't working for some reason which needs further investigation.
This commit is contained in:
Richard Purdie 2010-05-13 17:07:17 +08:00
parent b6c6913212
commit ad136ddeef
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ do
if [ -e $OEROOT/$repo/poky-extra-environment ]; then
. $OEROOT/$repo/poky-extra-environment
fi
#BBPATH=" $BBPATH $OEROOT/$repo"
BBPATH=" $BBPATH $OEROOT/$repo"
done
BBPATH="$BBPATH $HOME/.oe $HOME/.poky $BUILDDIR"