guile: Fix binary relocation issue for precompiled guile objects
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Apr 2012 11:02:18 +0000 (12:02 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Apr 2012 11:06:41 +0000 (12:06 +0100)
commitdce727719f18015ac2d11d970add1fa4c0b1f5b0
tree420b71c4e0d02ccad79f385debf3db69205a86d8
parentdba517a8bc3d1e63726fed8024b34664a24f1475
guile: Fix binary relocation issue for precompiled guile objects

When guile-native was relocated, there were messages like:

;;; note: source file /srv/home/pokybuild/yocto-autobuilder/yocto-slave/emenlow/build/build/tmp/sysroots/x86_64-linux/usr/share/guile/2.0/ice-9/eval.scm
;;;       newer than compiled /srv/home/pokybuild/yocto-autobuilder/yocto-slave/fri2/build/build/tmp/sysroots/x86_64-linux/usr/lib/guile/2.0/ccache/ice-9/eval.go

and this confuses things like the autogen-native "guile --version"
check. This patch ensures the wrapper script sets the necessary
variables correctly.

(From OE-Core rev: 7a254d8294cfbe4b717d083c3d7fcc5515a5ab4f)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/guile/guile_2.0.3.bb