summaryrefslogtreecommitdiff
path: root/recipes-graphics/drm/libdrm/installtests.patch
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu-3arQi8VN3Tc@public.gmane.org>2018-06-06 11:46:42 +0800
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-20 17:04:30 +0200
commitf49df6f7db05b33d8e5acd969cec71223ffc61a1 (patch)
tree36a11644a99436f0dd14e2b3fe0851a861be92e1 /recipes-graphics/drm/libdrm/installtests.patch
parent97af9b54157142f500c0322b49e669d893768850 (diff)
libdrm: Create i.MX specific version recipe to switch to use i.MX fork
This i.MX specific version is based on v2.4.84 Signed-off-by: Yuqing Zhu <carol.zhu-3arQi8VN3Tc@public.gmane.org> Pulled from meta-freescale mailing list. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/drm/libdrm/installtests.patch')
-rw-r--r--recipes-graphics/drm/libdrm/installtests.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes-graphics/drm/libdrm/installtests.patch b/recipes-graphics/drm/libdrm/installtests.patch
new file mode 100644
index 0000000..09086c6
--- /dev/null
+++ b/recipes-graphics/drm/libdrm/installtests.patch
@@ -0,0 +1,25 @@
+From 5c6eb43c2f6e7f2ee7c25c92e42f4e4403fa0527 Mon Sep 17 00:00:00 2001
+From: Jussi Kukkonen <jussi.kukkonen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Date: Tue, 21 Feb 2017 14:37:52 +0200
+Subject: [PATCH] tests: also install test apps
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Yu Ke <ke.yu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+Signed-off-by: Jussi Kukkonen <jussi.kukkonen-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+---
+ tests/Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 0355a92..b4882cd 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -45,3 +45,4 @@ TESTS = \
+ check_PROGRAMS = \
+ $(TESTS) \
+ drmdevice
++bin_PROGRAMS = $(check_PROGRAMS)
+--
+2.1.4
+