libx11-diet: Fix bug 1050
authorXiaofeng Yan <xiaofeng.yan@windriver.com>
Mon, 15 Aug 2011 06:44:26 +0000 (14:44 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Aug 2011 14:26:21 +0000 (15:26 +0100)
[YOCTO #1050]
I got do_compile failure during building qemux86 image
| ../../../doltlibtool: line 17:
/distro/dcui/0704/pc1/build/tmp/work/i586-poky-linux/libx11-diet-1.3-r2/libX11-1.3/modules/im/ximcp/../../../libtool:
No such file or directory

This is due to not found libtool, but i586-poky-linux-libtool in libX11-1.3
So I disable dolt for solving this problem.

(From OE-Core rev: 710ad20f005cb96a6aabf3f0eb184a254ada1610)

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb

index a4929d2..487e796 100644 (file)
@@ -5,13 +5,14 @@ this version."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=597df7e9217e89ccaeb749f48ce2aeb0"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://x11_disable_makekeys.patch \
             file://include_fix.patch \
             file://X18NCMSstubs.diff \
             file://fix-disable-xlocale.diff \
-            file://fix-utf8-wrong-define.patch"
+            file://fix-utf8-wrong-define.patch \
+            file://nodolt.patch"
 
 DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \
             libxdmcp xf86bigfontproto kbproto inputproto xproto-native"