1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

poky-env-internal: Search scripts before the bitbake directory so we can override bitbake's main script

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-12-17 13:25:11 +00:00
parent a86f960f65
commit 68ddced930
+1 -1
View File
@@ -44,7 +44,7 @@ fi
BITBAKEDIR="$OEROOT/bitbake$BBEXTRA/"
PATH="$BITBAKEDIR/bin/:$OEROOT/scripts:$PATH"
PATH="${OEROOT}/scripts:$BITBAKEDIR/bin/:$PATH"
# Remove any symlinks from paths
BITBAKEDIR=`readlink -f "$BITBAKEDIR"`