Files
poky/meta/recipes-graphics/drm/libdrm/installtests.patch
Saul Wold 6d561fb652 libdrm: Upgrade to 2.4.65
Rebased patch to reflect changes in Makefile
Add libdrm_amdgpu package as a new library was added

(From OE-Core rev: f2c66ded1abf128915311af506cb202ac924b8d2)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-28 09:25:19 +00:00

26 lines
517 B
Diff

tests: also install tests app
Upstream-Status: Inappropriate [configuration]
Signed-off-by: Yu Ke <ke.yu@intel.com>
Index: libdrm-2.4.65/tests/Makefile.am
===================================================================
--- libdrm-2.4.65.orig/tests/Makefile.am
+++ libdrm-2.4.65/tests/Makefile.am
@@ -29,9 +29,11 @@ AM_CFLAGS = \
LDADD = $(top_builddir)/libdrm.la
-check_PROGRAMS = \
- dristat \
- drmstat
+bin_PROGRAMS = \
+ dristat \
+ drmstat
+
+check_PROGRAMS =
dristat_LDADD = -lm