diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-08-15 14:44:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-15 15:26:21 +0100 |
commit | b10a2ba20028375674448bfa6ca07b678ea19d97 (patch) | |
tree | 5bc005cbb8c4ba726414274bdd3ae37b596bfb38 | |
parent | 356ae2563bfa8d00660eadc19bcfdd6ae354ee8e (diff) | |
download | poky-b10a2ba20028375674448bfa6ca07b678ea19d97.tar.gz |
libx11-diet: Fix bug 1050
[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>
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb index a4929d291a..487e796ea1 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | |||
@@ -5,13 +5,14 @@ this version." | |||
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=597df7e9217e89ccaeb749f48ce2aeb0" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=597df7e9217e89ccaeb749f48ce2aeb0" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | SRC_URI += "file://x11_disable_makekeys.patch \ | 10 | SRC_URI += "file://x11_disable_makekeys.patch \ |
11 | file://include_fix.patch \ | 11 | file://include_fix.patch \ |
12 | file://X18NCMSstubs.diff \ | 12 | file://X18NCMSstubs.diff \ |
13 | file://fix-disable-xlocale.diff \ | 13 | file://fix-disable-xlocale.diff \ |
14 | file://fix-utf8-wrong-define.patch" | 14 | file://fix-utf8-wrong-define.patch \ |
15 | file://nodolt.patch" | ||
15 | 16 | ||
16 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ | 17 | DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ |
17 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" | 18 | libxdmcp xf86bigfontproto kbproto inputproto xproto-native" |