git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dda5c9e
)
libx11: fix libtool invocation on x86/ppc
author
Jeremy Lainé
<jeremy.laine@m4x.org>
Fri, 29 May 2009 12:49:22 +0000
(14:49 +0200)
committer
Jeremy Lainé
<jeremy.laine@m4x.org>
Fri, 29 May 2009 12:49:22 +0000
(14:49 +0200)
recipes/xorg-lib/libx11_1.2.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-lib/libx11_1.2.bb
b/recipes/xorg-lib/libx11_1.2.bb
index
a3d000f
..
e9665bc
100644
(file)
--- 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