diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/installtests.patch (renamed from meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.26.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.25.bb) | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index a66afad803..1ad9dc3c57 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -10,6 +10,9 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2" | |||
10 | PROVIDES = "drm" | 10 | PROVIDES = "drm" |
11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" | 11 | DEPENDS = "libpthread-stubs udev cairo virtual/libx11" |
12 | 12 | ||
13 | #libpciaccess is required starting from libdrm 2.4.26 | ||
14 | DEPENDS += " libpciaccess" | ||
15 | |||
13 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
14 | 17 | ||
15 | PACKAGES =+ "libdrm-tests" | 18 | PACKAGES =+ "libdrm-tests" |
diff --git a/meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 1f39719a07..1f39719a07 100644 --- a/meta/recipes-graphics/drm/libdrm-2.4.25/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch | |||
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.25.bb b/meta/recipes-graphics/drm/libdrm_2.4.26.bb index 177e444b41..e5aa6a4814 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.25.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.26.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c5 | |||
4 | 4 | ||
5 | SRC_URI += "file://installtests.patch" | 5 | SRC_URI += "file://installtests.patch" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "f53dc4c72109b17908e4113c3b8addfe" | 7 | SRC_URI[md5sum] = "062569426773f69b11a47a7712bba770" |
8 | SRC_URI[sha256sum] = "51f99a815a18876977991bbc6f190607791d25a6e47a3269880ce7679dbd0e9f" | 8 | SRC_URI[sha256sum] = "b25b06ab5a077736044cbd9a3a05a9a23b873a0887ab1aaf93aa2b3218b2d3dc" |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r0" |