summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-12 10:59:51 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-12 17:00:44 +0100
commit8e5c349156fd24c7f779ada29e2de018ad5b15f4 (patch)
tree9339d737175ae6e3a8a53816cb9af21e1fcf3cd3 /meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
parent48f827e7d7fdeea609bdfca38bc0ce0ac16d471f (diff)
downloadast2050-yocto-poky-8e5c349156fd24c7f779ada29e2de018ad5b15f4.zip
ast2050-yocto-poky-8e5c349156fd24c7f779ada29e2de018ad5b15f4.tar.gz
xmodmap: fix compile with gcc 4.8
With gcc 4.8 there are compile errors: xmodmap.c:289:5: error: implicit declaration of function 'asprintf' [-Werror=implicit-function-declaration] (and more) These have been fixed upstream so take the patch from git until 1.0.8 is released. (From OE-Core rev: 3a4ce4bd2b1ab7834edabbaf63acb18113cf1907) 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-app/xmodmap_1.0.7.bb')
-rw-r--r--meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
index fab1b16..573eecb 100644
--- a/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-app/xmodmap_1.0.7.bb
@@ -14,5 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eef098b27f09d0ac39268df0cc2c00b5"
PR = "${INC_PR}.0"
PE = "1"
+SRC_URI += "file://gnu-source.patch"
+
SRC_URI[md5sum] = "d9b65f6881afe0d6d9863b30e1081bde"
SRC_URI[sha256sum] = "ef22ede9c4a3c720da539292c6911515a8408e618e0dec6aa2196ee2153de4b5"
OpenPOWER on IntegriCloud