summaryrefslogtreecommitdiff
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
committerSaul Wold <sgw@linux.intel.com>2012-02-07 14:37:15 -0800
commit086679cfbc30dba4af2f650984084195e5171b8f (patch)
tree9f42d74d457a8d10aa204272ae761bc522ad97ac /meta/recipes-graphics/drm/libdrm_2.4.30.bb
parent25016d158af927e0c9e70c3df4674f53fa54fec8 (diff)
downloadopenembedded-core-086679cfbc30dba4af2f650984084195e5171b8f.tar.gz
openembedded-core-086679cfbc30dba4af2f650984084195e5171b8f.tar.bz2
openembedded-core-086679cfbc30dba4af2f650984084195e5171b8f.tar.xz
openembedded-core-086679cfbc30dba4af2f650984084195e5171b8f.zip
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. Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 4a6052d21..5d999165e 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
LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
-PR = "r0"
+PR = "r1"
-SRC_URI += "file://installtests.patch"
+SRC_URI += "file://installtests.patch \
+ file://GNU_SOURCE_definition.patch \
+ "
SRC_URI[md5sum] = "9f57a68b2c0836b55ebcbc241f6ca175"
SRC_URI[sha256sum] = "cacea9c157ec824ad278a06f4910659b2f3ae69686518ece8d6967843cddcd56"