aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch')
-rw-r--r--meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch b/meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch
new file mode 100644
index 00000000..2adfbe74
--- /dev/null
+++ b/meta-amdfalconx86/recipes-graphics/drm/libdrm/0003-tests-also-install-tests-app.patch
@@ -0,0 +1,34 @@
+From b0c643612ff1477ab0faf49592556525d85fdb22 Mon Sep 17 00:00:00 2001
+From: Arindam Nath <arindam.nath@amd.com>
+Date: Tue, 21 Apr 2015 04:50:04 +0530
+Subject: [PATCH 3/3] tests: also install tests app
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Yu Ke <ke.yu@intel.com>
+Signed-off-by: Arindam Nath <arindam.nath@amd.com>
+---
+ tests/Makefile.am | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index a980b3d..fff6294 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -1,3 +1,4 @@
++check_PROGRAMS =
+ SUBDIRS = modeprint proptest modetest
+
+ if HAVE_LIBKMS
+@@ -33,7 +34,7 @@ AM_CFLAGS = \
+
+ LDADD = $(top_builddir)/libdrm.la
+
+-check_PROGRAMS = \
++bin_PROGRAMS = \
+ dristat \
+ drmstat
+
+--
+1.9.1
+