]> 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)
committerRoss Burton <ross.burton@intel.com>
Wed, 5 Dec 2012 12:51:55 +0000 (12:51 +0000)
commit29f37af146b50fa39021884ef97bca9711ee924b
treeebbaaf4a0c3d9ef8283adcdfb267dc6241d42bde
parent1e96fea6c603a500e21b9cd4626ecd19049bf04b
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]