[oe-commits] Jeremy Lainé : libx11: fix libtool invocation on x86/ ppc

git version control git at git.openembedded.org
Fri May 29 12:49:41 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0965caed84104fc5dab48dcab867d503112d2142
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0965caed84104fc5dab48dcab867d503112d2142

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Fri May 29 14:49:22 2009 +0200

libx11: fix libtool invocation on x86/ppc

---

 recipes/xorg-lib/libx11_1.2.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/xorg-lib/libx11_1.2.bb b/recipes/xorg-lib/libx11_1.2.bb
index a3d000f..e9665bc 100644
--- a/recipes/xorg-lib/libx11_1.2.bb
+++ b/recipes/xorg-lib/libx11_1.2.bb
@@ -13,6 +13,11 @@ SRC_URI += "file://x11_disable_makekeys.patch;patch=1 \
 
 EXTRA_OECONF += "--without-xcb --with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h"
 
+# Dolt gets used on x86 and ppc and hardcodes 'libtool'
+do_configure_append() {
+        cp ${TARGET_PREFIX}libtool libtool || true
+}
+
 do_compile() {
 	(
 		unset CC LD CXX CCLD CFLAGS CPPFLAGS LDFLAGS CXXFLAGS





More information about the Openembedded-commits mailing list