summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-04-08 13:32:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-09 09:53:14 +0100
commit398a971f92bfe67ab3dad6420a4adf29ace66a55 (patch)
tree9888045924c647f6701ed5c14219e9c0294cb801 /meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
parentd06a10a54a445cc7f86d22ff0a74135f94f9f77b (diff)
downloadpoky-398a971f92bfe67ab3dad6420a4adf29ace66a55.tar.gz
libx11: fix invalid preprocessing directive errors
Backport the patch to fix invalid preprocessing directive errors. nls: always use XCOMM instead of # for comments in Compose.pre files [YOCTO #6116] (From OE-Core rev: 9d142a7f523f89cd65bef2cd6ce75e4f4500711b) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
index 2377d61c37..700bc3680f 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.6.2.bb
@@ -4,6 +4,7 @@ inherit gettext
4BBCLASSEXTEND = "native nativesdk" 4BBCLASSEXTEND = "native nativesdk"
5 5
6SRC_URI += "file://disable_tests.patch \ 6SRC_URI += "file://disable_tests.patch \
7 file://nls-always-use-XCOMM-instead-of-for-comments-in-Comp.patch \
7 " 8 "
8 9
9SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5" 10SRC_URI[md5sum] = "c35d6ad95b06635a524579e88622fdb5"