diff options
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/installtests.patch | 8 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.62.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.59.bb) | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 03d6254cbd..1175daef96 100644 --- a/meta/recipes-graphics/drm/libdrm/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch | |||
@@ -8,7 +8,7 @@ diff --git a/tests/Makefile.am b/tests/Makefile.am | |||
8 | index bf1987f..d909e19 100644 | 8 | index bf1987f..d909e19 100644 |
9 | --- a/tests/Makefile.am | 9 | --- a/tests/Makefile.am |
10 | +++ b/tests/Makefile.am | 10 | +++ b/tests/Makefile.am |
11 | @@ -6,10 +6,11 @@ AM_CPPFLAGS = \ | 11 | @@ -27,10 +27,11 @@ AM_CPPFLAGS = \ |
12 | 12 | ||
13 | LDADD = $(top_builddir)/libdrm.la | 13 | LDADD = $(top_builddir)/libdrm.la |
14 | 14 | ||
@@ -18,6 +18,6 @@ index bf1987f..d909e19 100644 | |||
18 | drmstat | 18 | drmstat |
19 | 19 | ||
20 | +check_PROGRAMS = | 20 | +check_PROGRAMS = |
21 | SUBDIRS = modeprint proptest | 21 | if HAVE_NOUVEAU |
22 | 22 | SUBDIRS += nouveau | |
23 | if HAVE_LIBKMS | 23 | endif |
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.59.bb b/meta/recipes-graphics/drm/libdrm_2.4.62.bb index 97f75ff029..ea6305e516 100644 --- a/meta/recipes-graphics/drm/libdrm_2.4.59.bb +++ b/meta/recipes-graphics/drm/libdrm_2.4.62.bb | |||
@@ -12,8 +12,8 @@ DEPENDS = "libpthread-stubs udev libpciaccess" | |||
12 | 12 | ||
13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ | 13 | SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ |
14 | file://installtests.patch " | 14 | file://installtests.patch " |
15 | SRC_URI[md5sum] = "d32a1d37c2546ee11fc5924abeedb23e" | 15 | SRC_URI[md5sum] = "c9291bae0e5ca65d1483821d3698d3ab" |
16 | SRC_URI[sha256sum] = "68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b" | 16 | SRC_URI[sha256sum] = "906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc" |
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
@@ -21,6 +21,7 @@ EXTRA_OECONF += "--disable-cairo-tests \ | |||
21 | --enable-omap-experimental-api \ | 21 | --enable-omap-experimental-api \ |
22 | --enable-install-test-programs \ | 22 | --enable-install-test-programs \ |
23 | --disable-manpages \ | 23 | --disable-manpages \ |
24 | --disable-valgrind \ | ||
24 | " | 25 | " |
25 | 26 | ||
26 | ALLOW_EMPTY_${PN}-drivers = "1" | 27 | ALLOW_EMPTY_${PN}-drivers = "1" |