diff options
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm_2.4.102.bb')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.102.bb | 4 |
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 | |||
10 | PROVIDES = "drm" | 10 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs" | 11 | DEPENDS = "libpthread-stubs" |
12 | 12 | ||
13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz" | 13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \ |
14 | file://0001-xf86drm.c-fix-build-failure.patch " | ||
15 | |||
14 | SRC_URI[sha256sum] = "8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b" | 16 | SRC_URI[sha256sum] = "8bcbf9336c28e393d76c1f16d7e79e394a7fce8a2e929d52d3ad7ad8525ba05b" |
15 | 17 | ||
16 | inherit meson pkgconfig manpages | 18 | inherit meson pkgconfig manpages |