diff options
author | Saul Wold <sgw@linux.intel.com> | 2015-12-22 11:40:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-28 09:25:19 +0000 |
commit | 6d561fb652c785252c819fb236f082672405e62f (patch) | |
tree | d97242947686342b7cb2874364c4f2ca96aacbc9 /meta/recipes-graphics/drm/libdrm | |
parent | 0f516f0efe76289ded8e9728d9e7a580d1b137f2 (diff) | |
download | poky-6d561fb652c785252c819fb236f082672405e62f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics/drm/libdrm')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/installtests.patch | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 1175daef96..f460ef5ce9 100644 --- a/meta/recipes-graphics/drm/libdrm/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch | |||
@@ -4,20 +4,22 @@ Upstream-Status: Inappropriate [configuration] | |||
4 | 4 | ||
5 | Signed-off-by: Yu Ke <ke.yu@intel.com> | 5 | Signed-off-by: Yu Ke <ke.yu@intel.com> |
6 | 6 | ||
7 | diff --git a/tests/Makefile.am b/tests/Makefile.am | 7 | Index: libdrm-2.4.65/tests/Makefile.am |
8 | index bf1987f..d909e19 100644 | 8 | =================================================================== |
9 | --- a/tests/Makefile.am | 9 | --- libdrm-2.4.65.orig/tests/Makefile.am |
10 | +++ b/tests/Makefile.am | 10 | +++ libdrm-2.4.65/tests/Makefile.am |
11 | @@ -27,10 +27,11 @@ AM_CPPFLAGS = \ | 11 | @@ -29,9 +29,11 @@ AM_CFLAGS = \ |
12 | 12 | ||
13 | LDADD = $(top_builddir)/libdrm.la | 13 | LDADD = $(top_builddir)/libdrm.la |
14 | 14 | ||
15 | -check_PROGRAMS = \ | 15 | -check_PROGRAMS = \ |
16 | - dristat \ | ||
17 | - drmstat | ||
16 | +bin_PROGRAMS = \ | 18 | +bin_PROGRAMS = \ |
17 | dristat \ | 19 | + dristat \ |
18 | drmstat | 20 | + drmstat |
19 | 21 | + | |
20 | +check_PROGRAMS = | 22 | +check_PROGRAMS = |
21 | if HAVE_NOUVEAU | 23 | |
22 | SUBDIRS += nouveau | 24 | dristat_LDADD = -lm |
23 | endif | 25 | |