aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch')
-rw-r--r--common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch b/common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch
deleted file mode 100644
index 3d0e89dd..00000000
--- a/common/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 3ad69d49671cd8f29824840f9cc175f835e413b3 Mon Sep 17 00:00:00 2001
-From: Arindam Nath <arindam.nath@amd.com>
-Date: Sun, 17 Jan 2016 16:52:40 +0530
-Subject: [PATCH 1/1] 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 58feb12..3e46e16 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -29,13 +29,14 @@ AM_CFLAGS = \
-
- LDADD = $(top_builddir)/libdrm.la
-
--check_PROGRAMS = \
-+bin_PROGRAMS = \
- dristat \
- drmdevice \
- drmstat
-
- dristat_LDADD = -lm
-
-+check_PROGRAMS =
- if HAVE_NOUVEAU
- SUBDIRS += nouveau
- endif
---
-1.9.1
-