aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-05-29 15:05:39 +0200
committerKoen Kooi <koen@openembedded.org>2009-05-29 15:05:39 +0200
commit28c604bcbb2b3a34a244ac012b2283d2779a1771 (patch)
tree63c8f39ce1821be05a380a8968f6d351aaafbf2b /recipes/xorg-lib
parent78497e8028789d515acc26f2f3dbfa305d1092da (diff)
parent0965caed84104fc5dab48dcab867d503112d2142 (diff)
downloadopenembedded-28c604bcbb2b3a34a244ac012b2283d2779a1771.tar.gz
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/xorg-lib')
-rw-r--r--recipes/xorg-lib/libx11_1.2.bb5
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 a3d000f030..e9665bcc2f 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