diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2012-03-03 19:03:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-04 05:41:10 -0800 |
commit | 03abe80f3dd4cb9925ac5925ace0701e1d43dc82 (patch) | |
tree | deae2a2ffde271d8141ff134e6926f4de5163aab /meta | |
parent | 65c9de58c1fa29d623589b50f501e2d1136b263d (diff) | |
download | poky-03abe80f3dd4cb9925ac5925ace0701e1d43dc82.tar.gz |
libx11-1.4.4: Add patch "makekeys_crosscompile.patch"
Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing
bug 1970.
[YOCTO #1970]
(From OE-Core rev: 21499be467ce14f165b56c1ce67507f7c41c5a1c)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb index ee1d919b22..0428ff5f99 100644 --- a/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require libx11.inc | 1 | require libx11.inc |
2 | inherit gettext | 2 | inherit gettext |
3 | 3 | ||
4 | PR = "r1" | 4 | PR = "r2" |
5 | 5 | ||
6 | BBCLASSEXTEND = "native nativesdk" | 6 | BBCLASSEXTEND = "native nativesdk" |
7 | 7 | ||
@@ -15,6 +15,7 @@ DEPENDS += "util-macros xtrans libxdmcp libxau \ | |||
15 | SRC_URI += " file://keysymdef_include.patch \ | 15 | SRC_URI += " file://keysymdef_include.patch \ |
16 | file://x11_disable_makekeys.patch \ | 16 | file://x11_disable_makekeys.patch \ |
17 | file://0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch \ | 17 | file://0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch \ |
18 | file://makekeys_crosscompile.patch \ | ||
18 | " | 19 | " |
19 | 20 | ||
20 | SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9" | 21 | SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9" |