aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch')
-rw-r--r--recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch46
1 files changed, 46 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch b/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch
new file mode 100644
index 00000000..ba325c01
--- /dev/null
+++ b/recipes-graphics/drm/libdrm-2.4.41/installtests-ti.patch
@@ -0,0 +1,46 @@
+tests: also install tests app (adjusted for TI version)
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Denys Dmytriyenko <denys@ti.com>
+
+diff -uNr git-orig/tests/Makefile.am git/tests/Makefile.am
+--- git-orig/tests/Makefile.am 2013-08-10 16:26:30.000000000 -0400
++++ git/tests/Makefile.am 2013-08-10 16:28:53.753855225 -0400
+@@ -6,10 +6,11 @@
+
+ LDADD = $(top_builddir)/libdrm.la
+
+-check_PROGRAMS = \
++bin_PROGRAMS = \
+ dristat \
+ drmstat
+
++check_PROGRAMS =
+ dristat_LDADD = $(CLOCK_LIB)
+
+ SUBDIRS = modeprint
+diff -uNr git-orig/tests/modeprint/Makefile.am git/tests/modeprint/Makefile.am
+--- git-orig/tests/modeprint/Makefile.am 2013-08-10 16:26:30.000000000 -0400
++++ git/tests/modeprint/Makefile.am 2013-08-10 16:28:53.753855225 -0400
+@@ -2,7 +2,7 @@
+ -I$(top_srcdir)/include/drm \
+ -I$(top_srcdir)
+
+-noinst_PROGRAMS = \
++bin_PROGRAMS = \
+ modeprint
+
+ modeprint_SOURCES = \
+diff -uNr git-orig/tests/modetest/Makefile.am git/tests/modetest/Makefile.am
+--- git-orig/tests/modetest/Makefile.am 2013-08-10 16:26:30.000000000 -0400
++++ git/tests/modetest/Makefile.am 2013-08-10 16:28:53.753855225 -0400
+@@ -3,7 +3,7 @@
+ -I$(top_srcdir)/libkms/ \
+ -I$(top_srcdir)
+
+-noinst_PROGRAMS = \
++bin_PROGRAMS = \
+ modetest
+
+ modetest_SOURCES = \