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 14:53:59 +0100 |
commit | 04c776956b98cc96c2c1a139bec0422feae1497d (patch) | |
tree | 01232dcdbabd844ba78fc86bba9e2f3ce729dd08 /meta/recipes-graphics/xorg-lib/libx11_1.5.0.bb | |
parent | 6169ed981b1c8fe26a5238bb9837c21d284df729 (diff) | |
download | openembedded-core-04c776956b98cc96c2c1a139bec0422feae1497d.tar.gz openembedded-core-04c776956b98cc96c2c1a139bec0422feae1497d.tar.bz2 openembedded-core-04c776956b98cc96c2c1a139bec0422feae1497d.zip |
libx11: makekeys can be cross-compiled now, so don't hack around
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" BBCLASSEXTEND = "native nativesdk" -SRC_URI += " file://keysymdef_include.patch \ - file://x11_disable_makekeys.patch \ - " +SRC_URI += "file://keysymdef_include.patch" SRC_URI[md5sum] = "78b4b3bab4acbdf0abcfca30a8c70cc6" SRC_URI[sha256sum] = "c382efd7e92bfc3cef39a4b7f1ecf2744ba4414a705e3bc1e697f75502bd4d86" |