summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm_2.4.102.bb
diff options
context:
space:
mode:
authorakuster <akuster@mvista.com>2020-09-28 12:10:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-30 15:01:51 +0100
commitab2ece14f040ea315fe1ec0a71d2e7401868a8ed (patch)
tree448d1e26af77c5c12f5c71dd7cec0ce59e5accec /meta/recipes-graphics/drm/libdrm_2.4.102.bb
parent3b545e61dba16b8e10c15767a11572d3fe0297be (diff)
downloadpoky-ab2ece14f040ea315fe1ec0a71d2e7401868a8ed.tar.gz
libdrm: fix build failure
Failure seen on my CentOS7 build host (From OE-Core rev: 243e13e87ac954b4197d53d6694f6335291651d5) Signed-off-by: akuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.102.bb')
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.102.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.102.bb b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
index fb9a94207f..ad512d14a9 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.102.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.102.bb
@@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5
10PROVIDES = "drm" 10PROVIDES = "drm"
11DEPENDS = "libpthread-stubs" 11DEPENDS = "libpthread-stubs"
12 12
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz" 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
14 file://0001-xf86drm.c-fix-build-failure.patch "
15
14SRC_URI[sha256sum] = "8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b" 16SRC_URI[sha256sum] = "8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b"
15 17
16inherit meson pkgconfig manpages 18inherit meson pkgconfig manpages