summaryrefslogtreecommitdiffstats
path: root/common/recipes-graphics/drm/libdrm/installtests.patch
diff options
context:
space:
mode:
authorYannick Gicquel <yannick.gicquel@iot.bzh>2016-01-08 16:02:03 +0100
committerGerrit Code Review <gerrit@172.30.200.200>2016-01-13 15:24:12 +0000
commit503179018b074828878568140be57b83f8790e14 (patch)
tree5a16852e7c245545e3bb7b5443c276fcbc5e2c5a /common/recipes-graphics/drm/libdrm/installtests.patch
parentcedce9ae52ea9b7518bbe8b50e8a898ee68d720c (diff)
libdrm: remove obsolete recipe
The libdrm_2.4.45 recipe is not relevant anymore. Patches integrated in the forked version are now integrated upstream (since release 2.4.47). This recipe is not needed when the layer is used in poky >= 1.7 as it embed libdrm_2.5.54, and is already removed from upstream repo. Please refer to ce65bca52 in: http://git.yoctoproject.org/git/meta-renesas Change-Id: I82c849a58d38be5fb00ebafcaf718834e688d085 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
Diffstat (limited to 'common/recipes-graphics/drm/libdrm/installtests.patch')
-rw-r--r--common/recipes-graphics/drm/libdrm/installtests.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/common/recipes-graphics/drm/libdrm/installtests.patch b/common/recipes-graphics/drm/libdrm/installtests.patch
deleted file mode 100644
index 7d443af..0000000
--- a/common/recipes-graphics/drm/libdrm/installtests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-tests: also install tests app
-
-Upstream-Status: Inappropriate [configuration]
-
-Signed-off-by: Yu Ke <ke.yu@intel.com>
-
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index bf1987f..d909e19 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -6,10 +6,11 @@ AM_CPPFLAGS = \
-
- LDADD = $(top_builddir)/libdrm.la
-
--check_PROGRAMS = \
-+bin_PROGRAMS = \
- dristat \
- drmstat
-
-+check_PROGRAMS =
- SUBDIRS = modeprint
-
- if HAVE_LIBKMS