layer.conf/bitbake.conf: Tweak PATH
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 May 2012 16:04:21 +0000 (17:04 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 May 2012 16:32:31 +0000 (17:32 +0100)
commit91bf65c8a5a93b4df3567c6073dad42a9e305a6c
tree258c1ad09c8b340b0c63ff73555f0e5cd683d919
parentbd4119860c6a8f588fb3b7ea474ee85d7042cb53
layer.conf/bitbake.conf: Tweak PATH

We want the help2man script in scripts/ to be found in preference to any from
the host system and from the native sysroot. It turns out to be tricky to
get the order right from layer.conf so we move the addition of the scripts
directory to bitbake.conf.

Without this, "bitbake libtasn1 -c cleansstate; bitbake help2man-native; bitbake libtasn1"
will fail due to finding the host system help2man before ours.

(From OE-Core rev: 859255dd30958db018d40ede94a76db36a98da7f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/layer.conf