]> code.ossystems Code Review - openembedded-core.git/commit
autogen: use pkg-config directly instead of guile-config
authorRoss Burton <ross.burton@intel.com>
Tue, 27 Nov 2012 16:35:58 +0000 (16:35 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Nov 2012 07:00:11 +0000 (07:00 +0000)
commit8a4f07d5111feaa3114e039431785d6ad37529b2
tree14342ced686a8f3a2d6b07a8b3289787282e5dbb
parent764cc1eb3043c84121f597d2271108b91052095e
autogen: use pkg-config directly instead of guile-config

The autoconf macros in autogen use dpkg (!) and guile-config to determine
what/where Guile is.

If the build host has an installed guile, these can produce conflicting results.

More interestingly, if the Guile library source and compiled form have bad
timestamps (source newer than compiled) the configure scripts knows that Guile
is present but doesn't know what version it is, resulting in compile errors.

[ YOCTO #3370 (partially) ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/autogen/autogen-native_5.12.bb
meta/recipes-devtools/autogen/files/guile.patch [new file with mode: 0644]