From d4c721ac06add78151fcea23a757b526cca22408 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 29 Dec 2015 22:28:32 +0000 Subject: libdrm: Upgrade 2.4.65 -> 2.4.66 Fix test build failures. Ensure all binaries go into libdrm-tests [RB] (From OE-Core rev: 018bc5121c70ff1f609d5b3406401902b7e7b2f7) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../recipes-graphics/drm/libdrm/installtests.patch | 24 +++++++--------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to 'meta/recipes-graphics/drm/libdrm/installtests.patch') diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index f460ef5ce9..30e0a61fd9 100644 --- a/meta/recipes-graphics/drm/libdrm/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch @@ -4,22 +4,12 @@ Upstream-Status: Inappropriate [configuration] Signed-off-by: Yu Ke -Index: libdrm-2.4.65/tests/Makefile.am +Index: libdrm-2.4.66/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 +--- libdrm-2.4.66.orig/tests/Makefile.am ++++ libdrm-2.4.66/tests/Makefile.am +@@ -73,3 +73,4 @@ TESTS += \ + endif + check_PROGRAMS += $(TESTS) ++bin_PROGRAMS = $(check_PROGRAMS) -- cgit 1.2.3-korg