summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/drm
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-02-22 15:02:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:07 +0000
commitcc24087c5a9aa2b4a32b560c2955c8550644c446 (patch)
treec2b5e7a69b447da7aaf0d313e5a73f9d2225819c /meta/recipes-graphics/drm
parent4fdec0fc6088eb36d1d01a83653208d0ac87c5c6 (diff)
downloadpoky-cc24087c5a9aa2b4a32b560c2955c8550644c446.tar.gz
libdrm: Upgrade 2.4.74 -> 2.4.75
* Remove udev from depends (it's not actually used). * Rebase a patch (From OE-Core rev: a6ab6e6157e8045155639682881de4184e72704a) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/drm')
-rw-r--r--meta/recipes-graphics/drm/libdrm/installtests.patch28
-rw-r--r--meta/recipes-graphics/drm/libdrm_2.4.75.bb (renamed from meta/recipes-graphics/drm/libdrm_2.4.74.bb)6
2 files changed, 22 insertions, 12 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch
index 30e0a61fd9..ec1fb0236e 100644
--- a/meta/recipes-graphics/drm/libdrm/installtests.patch
+++ b/meta/recipes-graphics/drm/libdrm/installtests.patch
@@ -1,15 +1,25 @@
1tests: also install tests app 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
2 5
3Upstream-Status: Inappropriate [configuration] 6Upstream-Status: Inappropriate [configuration]
4 7
5Signed-off-by: Yu Ke <ke.yu@intel.com> 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(+)
6 13
7Index: libdrm-2.4.66/tests/Makefile.am 14diff --git a/tests/Makefile.am b/tests/Makefile.am
8=================================================================== 15index 0355a92..b4882cd 100644
9--- libdrm-2.4.66.orig/tests/Makefile.am 16--- a/tests/Makefile.am
10+++ libdrm-2.4.66/tests/Makefile.am 17+++ b/tests/Makefile.am
11@@ -73,3 +73,4 @@ TESTS += \ 18@@ -45,3 +45,4 @@ TESTS = \
12 endif 19 check_PROGRAMS = \
13 20 $(TESTS) \
14 check_PROGRAMS += $(TESTS) 21 drmdevice
15+bin_PROGRAMS = $(check_PROGRAMS) 22+bin_PROGRAMS = $(check_PROGRAMS)
23--
242.1.4
25
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.74.bb b/meta/recipes-graphics/drm/libdrm_2.4.75.bb
index 06d764219f..56963d487f 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.74.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.75.bb
@@ -8,7 +8,7 @@ SECTION = "x11/base"
8LICENSE = "MIT" 8LICENSE = "MIT"
9LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71" 9LIC_FILES_CHKSUM = "file://xf86drm.c;beginline=9;endline=32;md5=c8a3b961af7667c530816761e949dc71"
10PROVIDES = "drm" 10PROVIDES = "drm"
11DEPENDS = "libpthread-stubs udev libpciaccess" 11DEPENDS = "libpthread-stubs libpciaccess"
12 12
13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \ 13SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
14 file://installtests.patch \ 14 file://installtests.patch \
@@ -16,8 +16,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
16 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \ 16 file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \
17 " 17 "
18 18
19SRC_URI[md5sum] = "31964aa15bdea1a40c5941d4ce0962ee" 19SRC_URI[md5sum] = "57b0589122ec4b8d5dfb9e430a21f0b3"
20SRC_URI[sha256sum] = "d80dd5a76c401f4c8756dcccd999c63d7e0a3bad258d96a829055cfd86ef840b" 20SRC_URI[sha256sum] = "2d5a500eef412cc287d12268eed79d571e262d4957a2ec9258073f305985054f"
21 21
22inherit autotools pkgconfig manpages 22inherit autotools pkgconfig manpages
23 23