]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Define USRBINPATH globally instead of individually
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 17:38:05 +0000 (17:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jul 2012 21:17:44 +0000 (22:17 +0100)
commitcf63d9068c3a8c635dfc240d30dfff278be9b0e2
treecfc9d719c77ef4182eea224f2d692c56d732bba1
parent7d49af3a811472a2a47453bef0813b89c6331ae7
bitbake.conf: Define USRBINPATH globally instead of individually

Many recipes are now having to define PERLPATH and PYTHONPATH variables.
Creating USRBINPATH in bitbake.conf means we can remove all these lines
from the many recipes now needing this and simplify the code changes
needed in each case, reducing the chance of errors being introduced.

Also fixup glib python binary location issue and fix function indentation.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/recipes-core/eglibc/eglibc-package.inc
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb
meta/recipes-core/glib-2.0/glib.inc
meta/recipes-devtools/autoconf/autoconf.inc
meta/recipes-devtools/automake/automake_1.12.1.bb
meta/recipes-devtools/quilt/quilt_0.60.bb
meta/recipes-extended/groff/groff_1.20.1.bb