diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2015-01-29 15:21:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:29 +0000 |
commit | dade54fee6567a499ae1786b1e12a022f2e7fb02 (patch) | |
tree | 154870099033b7a204eac9571a9a780097bb1e7a /meta | |
parent | 62cd5e7fb24f202e1d61211ce08c207ec367cf12 (diff) | |
download | poky-dade54fee6567a499ae1786b1e12a022f2e7fb02.tar.gz |
libdrm: upgrade to 2.4.59
* Refreshed installtests.patch
* Removed --enable-freedreno-experimental-api, since it is now enabled by
default upstream
Tested on Snapdragon 600 with freedreno and X11.
(From OE-Core rev: 9ab2d19d4c320cc37f71bba25caa7585caf9679e)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm.inc | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm/installtests.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.58.bb | 6 | ||||
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.59.bb | 6 |
4 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-graphics/drm/libdrm.inc b/meta/recipes-graphics/drm/libdrm.inc index cfac9e2a2b..d3e1e92b61 100644 --- a/meta/recipes-graphics/drm/libdrm.inc +++ b/meta/recipes-graphics/drm/libdrm.inc | |||
@@ -21,7 +21,6 @@ inherit autotools pkgconfig | |||
21 | 21 | ||
22 | EXTRA_OECONF += "--disable-cairo-tests \ | 22 | EXTRA_OECONF += "--disable-cairo-tests \ |
23 | --enable-omap-experimental-api \ | 23 | --enable-omap-experimental-api \ |
24 | --enable-freedreno-experimental-api \ | ||
25 | --enable-install-test-programs \ | 24 | --enable-install-test-programs \ |
26 | --disable-manpages \ | 25 | --disable-manpages \ |
27 | " | 26 | " |
diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch index 7d443af663..03d6254cbd 100644 --- a/meta/recipes-graphics/drm/libdrm/installtests.patch +++ b/meta/recipes-graphics/drm/libdrm/installtests.patch | |||
@@ -18,6 +18,6 @@ index bf1987f..d909e19 100644 | |||
18 | drmstat | 18 | drmstat |
19 | 19 | ||
20 | +check_PROGRAMS = | 20 | +check_PROGRAMS = |
21 | SUBDIRS = modeprint | 21 | SUBDIRS = modeprint proptest |
22 | 22 | ||
23 | if HAVE_LIBKMS | 23 | if HAVE_LIBKMS |
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.58.bb b/meta/recipes-graphics/drm/libdrm_2.4.58.bb deleted file mode 100644 index 7b1207e27e..0000000000 --- a/meta/recipes-graphics/drm/libdrm_2.4.58.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require libdrm.inc | ||
2 | |||
3 | SRC_URI += "file://installtests.patch " | ||
4 | |||
5 | SRC_URI[md5sum] = "24213913333d72b36c16463ed92e522a" | ||
6 | SRC_URI[sha256sum] = "b155fae6b9c9a3b02ef8b77f58c7c219194c996a4018dc55ba66c03996a365dd" | ||
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.59.bb b/meta/recipes-graphics/drm/libdrm_2.4.59.bb new file mode 100644 index 0000000000..14bf44affb --- /dev/null +++ b/meta/recipes-graphics/drm/libdrm_2.4.59.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require libdrm.inc | ||
2 | |||
3 | SRC_URI += "file://installtests.patch " | ||
4 | |||
5 | SRC_URI[md5sum] = "d32a1d37c2546ee11fc5924abeedb23e" | ||
6 | SRC_URI[sha256sum] = "68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b" | ||