summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/drm/libdrm/installtests.patch
diff options
context:
space:
mode:
authorYuqing Zhu <carol.zhu@nxp.com>2018-06-06 11:46:42 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-06-29 14:16:29 -0300
commit1140b85a914f0746b802ea5aab7699a8c718da32 (patch)
tree0fd8645c7599fe886ef9152d67ca896a4a411130 /recipes-graphics/drm/libdrm/installtests.patch
parentaa3c33cdcd9c336ec39765d5a73dc62f87393f2c (diff)
downloadmeta-freescale-1140b85a914f0746b802ea5aab7699a8c718da32.tar.gz
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@nxp.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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 00000000..ec1fb023
--- /dev/null
+++ b/recipes-graphics/drm/libdrm/installtests.patch
@@ -0,0 +1,25 @@
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
5
6Upstream-Status: Inappropriate [configuration]
7
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(+)
13
14diff --git a/tests/Makefile.am b/tests/Makefile.am
15index 0355a92..b4882cd 100644
16--- a/tests/Makefile.am
17+++ b/tests/Makefile.am
18@@ -45,3 +45,4 @@ TESTS = \
19 check_PROGRAMS = \
20 $(TESTS) \
21 drmdevice
22+bin_PROGRAMS = $(check_PROGRAMS)
23--
242.1.4
25