]> code.ossystems Code Review - openembedded-core.git/commit
glib-2.0-nativesdk: Fix build on ubuntu 11.10
authorKhem Raj <raj.khem@gmail.com>
Tue, 31 Jul 2012 06:54:59 +0000 (23:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jul 2012 10:52:27 +0000 (11:52 +0100)
commit69bd94173294c1ae2cf5e300ada7116e99a5b0c7
treeaa7c595d48956e0e1d3e711267b86bd17ba96995
parenta834ab8a6d53cae504fa112a89bab93d726539ec
glib-2.0-nativesdk: Fix build on ubuntu 11.10

When you have a distro which has older version of
glib-2.0 installed then it does not have compile_resources
installed which essentially glib-2.0 nativesdk is
looking for on build host. So like in a cross build
we disable the configure check which will force it
to build an internal copy and use it.

This problem may not be seen on newer distros like
ubuntu 12.04 since they have newer version of glib-2.0
installed

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glib-2.0/glib-2.0_2.32.4.bb