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.patch28
1 files changed, 19 insertions, 9 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch
index 30e0a61fd9..ec1fb0236e 100644
--- a/meta/recipes-graphics/drm/libdrm/installtests.patch
+++ b/meta/recipes-graphics/drm/libdrm/installtests.patch
@@ -1,15 +1,25 @@
1tests: also install tests app 1From 5c6eb43c2f6e7f2ee7c25c92e42f4e4403fa0527 Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Tue, 21 Feb 2017 14:37:52 +0200
4Subject: [PATCH] tests: also install test apps
2 5
3Upstream-Status: Inappropriate [configuration] 6Upstream-Status: Inappropriate [configuration]
4 7
5Signed-off-by: Yu Ke <ke.yu@intel.com> 8Signed-off-by: Yu Ke <ke.yu@intel.com>
9Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
10---
11 tests/Makefile.am | 1 +
12 1 file changed, 1 insertion(+)
6 13
7Index: libdrm-2.4.66/tests/Makefile.am 14diff --git a/tests/Makefile.am b/tests/Makefile.am
8=================================================================== 15index 0355a92..b4882cd 100644
9--- libdrm-2.4.66.orig/tests/Makefile.am 16--- a/tests/Makefile.am
10+++ libdrm-2.4.66/tests/Makefile.am 17+++ b/tests/Makefile.am
11@@ -73,3 +73,4 @@ TESTS += \ 18@@ -45,3 +45,4 @@ TESTS = \
12 endif 19 check_PROGRAMS = \
13 20 $(TESTS) \
14 check_PROGRAMS += $(TESTS) 21 drmdevice
15+bin_PROGRAMS = $(check_PROGRAMS) 22+bin_PROGRAMS = $(check_PROGRAMS)
23--
242.1.4
25