From patchwork Sat Mar 3 10:59:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] libx11-1.4.4: Add patch "makekeys_crosscompile.patch" Date: Sat, 03 Mar 2012 10:59:47 -0000 From: Xiaofeng Yan X-Patchwork-Id: 22625 Message-Id: To: From: Xiaofeng Yan Add patch "makekeys_crosscompile.patch" to libx11-1.4.4 for fixing bug 1970. [YOCTO #1970] Signed-off-by: Xiaofeng Yan --- 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 ee1d919..0428ff5 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 @@ require libx11.inc inherit gettext -PR = "r1" +PR = "r2" BBCLASSEXTEND = "native nativesdk" @@ -15,6 +15,7 @@ DEPENDS += "util-macros xtrans libxdmcp libxau \ SRC_URI += " file://keysymdef_include.patch \ file://x11_disable_makekeys.patch \ file://0001-Add-_XGetRequest-as-substitute-for-GetReq-GetReqExtr.patch \ + file://makekeys_crosscompile.patch \ " SRC_URI[md5sum] = "ed7c382cbf8c13425b6a66bcac0ca5d9"