summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm/libdrm/installtests.patch
diff options
context:
space:
mode:
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]
4 4
5Signed-off-by: Yu Ke <ke.yu@intel.com> 5Signed-off-by: Yu Ke <ke.yu@intel.com>
6 6
7Index: libdrm-2.4.65/tests/Makefile.am 7Index: libdrm-2.4.66/tests/Makefile.am
8=================================================================== 8===================================================================
9--- libdrm-2.4.65.orig/tests/Makefile.am 9--- libdrm-2.4.66.orig/tests/Makefile.am
10+++ libdrm-2.4.65/tests/Makefile.am 10+++ libdrm-2.4.66/tests/Makefile.am
11@@ -29,9 +29,11 @@ AM_CFLAGS = \ 11@@ -73,3 +73,4 @@ TESTS += \
12 12 endif
13 LDADD = $(top_builddir)/libdrm.la
14
15-check_PROGRAMS = \
16- dristat \
17- drmstat
18+bin_PROGRAMS = \
19+ dristat \
20+ drmstat
21+
22+check_PROGRAMS =
23
24 dristat_LDADD = -lm
25 13
14 check_PROGRAMS += $(TESTS)
15+bin_PROGRAMS = $(check_PROGRAMS)