aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm/installtests.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-12-29 22:28:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-19 17:37:34 +0000
commitd4c721ac06add78151fcea23a757b526cca22408 (patch)
treeb633cd26edf036254baf630d299742a7d819f151 /meta/recipes-graphics/drm/libdrm/installtests.patch
parentb5508a85fa8c2f29d4816ca35cac0df2b83dfd1d (diff)
downloadopenembedded-core-contrib-d4c721ac06add78151fcea23a757b526cca22408.tar.gz
libdrm: Upgrade 2.4.65 -> 2.4.66
Fix test build failures. Ensure all binaries go into libdrm-tests [RB] (From OE-Core rev: 018bc5121c70ff1f609d5b3406401902b7e7b2f7) Signed-off-by: Khem Raj <raj.khem@gmail.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/installtests.patch')
-rw-r--r--meta/recipes-graphics/drm/libdrm/installtests.patch24
1 files changed, 7 insertions, 17 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch
index f460ef5ce9..30e0a61fd9 100644
--- a/meta/recipes-graphics/drm/libdrm/installtests.patch
+++ b/meta/recipes-graphics/drm/libdrm/installtests.patch
@@ -4,22 +4,12 @@ Upstream-Status: Inappropriate [configuration]
Signed-off-by: Yu Ke <ke.yu@intel.com>
-Index: libdrm-2.4.65/tests/Makefile.am
+Index: libdrm-2.4.66/tests/Makefile.am
===================================================================
---- libdrm-2.4.65.orig/tests/Makefile.am
-+++ libdrm-2.4.65/tests/Makefile.am
-@@ -29,9 +29,11 @@ AM_CFLAGS = \
-
- LDADD = $(top_builddir)/libdrm.la
-
--check_PROGRAMS = \
-- dristat \
-- drmstat
-+bin_PROGRAMS = \
-+ dristat \
-+ drmstat
-+
-+check_PROGRAMS =
-
- dristat_LDADD = -lm
+--- libdrm-2.4.66.orig/tests/Makefile.am
++++ libdrm-2.4.66/tests/Makefile.am
+@@ -73,3 +73,4 @@ TESTS += \
+ endif
+ check_PROGRAMS += $(TESTS)
++bin_PROGRAMS = $(check_PROGRAMS)