summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.30.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-02-03 14:42:29 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:28 +0000
commita4021674edbb47cead999a10fa85210e397456ba (patch)
treefe6acdacab7bf4eb31540a8e57291517083d005e /meta/recipes-graphics/drm/libdrm_2.4.30.bb
parentfadd55460381679483a5786fe27fb34e31113d32 (diff)
downloadpoky-a4021674edbb47cead999a10fa85210e397456ba.tar.gz
libdrm: Fix build failure unearthed by uclibc
uclibc wants to know value of __USE_GNU for certain header prototypes to be enabled. So we move the config.h header up in search list. (From OE-Core rev: 086679cfbc30dba4af2f650984084195e5171b8f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.30.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.30.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.30.bb b/meta/recipes-graphics/drm/libdrm_2.4.30.bb
index 4a6052d211..5d999165e8 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.30.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.30.bb
@@ -2,9 +2,11 @@ require libdrm.inc
2 2
3LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" 3LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
4 4
5PR = "r0" 5PR = "r1"
6 6
7SRC_URI += "file://installtests.patch" 7SRC_URI += "file://installtests.patch \
8 file://GNU_SOURCE_definition.patch \
9 "
8 10
9SRC_URI[md5sum] = "9f57a68b2c0836b55ebcbc241f6ca175" 11SRC_URI[md5sum] = "9f57a68b2c0836b55ebcbc241f6ca175"
10SRC_URI[sha256sum] = "cacea9c157ec824ad278a06f4910659b2f3ae69686518ece8d6967843cddcd56" 12SRC_URI[sha256sum] = "cacea9c157ec824ad278a06f4910659b2f3ae69686518ece8d6967843cddcd56"