[oe-commits] Lianhao Lu : guile: fix cross configure failure

git at git.openembedded.org git at git.openembedded.org
Fri Feb 10 14:39:25 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e5ad03093dfc4364d1407183f458df79f347c7a1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5ad03093dfc4364d1407183f458df79f347c7a1

Author: Lianhao Lu <lianhao.lu at intel.com>
Date:   Fri Feb 10 15:37:54 2012 +0800

guile: fix cross configure failure

[YOCTO #1978]
Fixing the cross configure failure by not searching libltdl and libgmp
in includedir and libdir.

Signed-off-by: Lianhao Lu <lianhao.lu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/guile/guile_2.0.3.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/guile/guile_2.0.3.bb b/meta/recipes-devtools/guile/guile_2.0.3.bb
index f6f7a8e..729aed0 100644
--- a/meta/recipes-devtools/guile/guile_2.0.3.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.3.bb
@@ -24,7 +24,7 @@ SRC_URI = "${GNU_MIRROR}/guile/guile-${PV}.tar.gz \
 SRC_URI[md5sum] = "3b8b4e1083037f29d2c4704a6d55f2a8"
 SRC_URI[sha256sum] = "a53b21159befe3e89bbaca71e9e62cf00af0f49fcca297c407944b988d59eb08"
 
-PR = "r2"
+PR = "r3"
 
 inherit autotools gettext
 BBCLASSEXTEND = "native"
@@ -33,6 +33,8 @@ DEPENDS = "libunistring bdwgc gmp libtool libffi"
 # add guile-native only to the target recipe's DEPENDS
 DEPENDS += "${@['guile-native', ''][d.getVar('PN', 1) != 'guile']}"
 
+EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix', ''][bb.data.inherits_class('native',d)]}"
+
 do_configure_prepend() {
 	mkdir -p po
 }





More information about the Openembedded-commits mailing list