]> code.ossystems Code Review - openembedded-core.git/commit
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:23:48 +0000 (17:23 +0100)
commit859255dd30958db018d40ede94a76db36a98da7f
tree6171075d60cc8358695c80232da9dfcb9b8735ae
parentf5356062443320c29a19cfd7113128caa185b221
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.

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