summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.66.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-02-23 12:05:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:32:59 +0000
commit4553bb1b882736b2fc582836c387661f7239a9c3 (patch)
tree05a7c2470560eea96a3dfe86c17a79596a65f8d5 /meta/recipes-graphics/drm/libdrm_2.4.66.bb
parent4e5a87171838c8b6c2cea591d7165bdc93e54734 (diff)
downloadpoky-4553bb1b882736b2fc582836c387661f7239a9c3.tar.gz
libdrm: fix build with uclibc
Fix 'O_CLOEXEC' undeclared error with uclibc (From OE-Core rev: 6e779962f3846cbe5a5cb205f66b9bd9404f6d57) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.66.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.66.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.66.bb b/meta/recipes-graphics/drm/libdrm_2.4.66.bb
index 3280920de1..79cd94af8c 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.66.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.66.bb
@@ -14,6 +14,7 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
14 file://installtests.patch \ 14 file://installtests.patch \
15 file://0001-tests-kms-steal-crtc-Include-sys-select.h.patch \ 15 file://0001-tests-kms-steal-crtc-Include-sys-select.h.patch \
16 file://detect.patch \ 16 file://detect.patch \
17 file://fix_O_CLOEXEC_undeclared.patch \
17 " 18 "
18 19
19SRC_URI[md5sum] = "c6809c48538d6e5999588832045ff014" 20SRC_URI[md5sum] = "c6809c48538d6e5999588832045ff014"