diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:18:06 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:49 +0100 |
commit | ad02e381e1c0b92a45681572f95aa52a48d32e35 (patch) | |
tree | 0517c46d49193c0346ffac44d213c925d8c89130 /meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | |
parent | c2585592b54374a6f87a8afd10ae8eac35c1a34c (diff) | |
download | poky-ad02e381e1c0b92a45681572f95aa52a48d32e35.tar.gz |
libx11: makekeys can be cross-compiled now, so don't hack around
(From OE-Core rev: 04c776956b98cc96c2c1a139bec0422feae1497d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb index 5a66eb5a0b..793496cef2 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | |||
@@ -5,9 +5,7 @@ PR = "${INC_PR}.1" | |||
5 | 5 | ||
6 | BBCLASSEXTEND = "native nativesdk" | 6 | BBCLASSEXTEND = "native nativesdk" |
7 | 7 | ||
8 | SRC_URI += " file://keysymdef_include.patch \ | 8 | SRC_URI += "file://keysymdef_include.patch" |
9 | file://x11_disable_makekeys.patch \ | ||
10 | " | ||
11 | 9 | ||
12 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" | 10 | SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" |
13 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" | 11 | SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" |