[oe-commits] Steffen Pankratz : libdrm: Upgrade to 2.4.62

git at git.openembedded.org git at git.openembedded.org
Mon Jul 20 09:42:02 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 88d60e70da0890184922056cef1f20171f716ace
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=88d60e70da0890184922056cef1f20171f716ace

Author: Steffen Pankratz <steffen.pankratz at elektrobit.com>
Date:   Thu Jul  9 13:41:35 2015 +0000

libdrm: Upgrade to 2.4.62

Signed-off-by: Steffen Pankratz <steffen.pankratz at elektrobit.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-graphics/drm/libdrm/installtests.patch              | 8 ++++----
 meta/recipes-graphics/drm/{libdrm_2.4.59.bb => libdrm_2.4.62.bb} | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-graphics/drm/libdrm/installtests.patch b/meta/recipes-graphics/drm/libdrm/installtests.patch
index 03d6254..1175dae 100644
--- a/meta/recipes-graphics/drm/libdrm/installtests.patch
+++ b/meta/recipes-graphics/drm/libdrm/installtests.patch
@@ -8,7 +8,7 @@ diff --git a/tests/Makefile.am b/tests/Makefile.am
 index bf1987f..d909e19 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -6,10 +6,11 @@ AM_CPPFLAGS = \
+@@ -27,10 +27,11 @@ AM_CPPFLAGS = \
  
  LDADD = $(top_builddir)/libdrm.la
  
@@ -18,6 +18,6 @@ index bf1987f..d909e19 100644
  	drmstat
  
 +check_PROGRAMS =
- SUBDIRS = modeprint proptest
- 
- if HAVE_LIBKMS
+ if HAVE_NOUVEAU
+ SUBDIRS += nouveau
+ endif
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.59.bb b/meta/recipes-graphics/drm/libdrm_2.4.62.bb
similarity index 90%
rename from meta/recipes-graphics/drm/libdrm_2.4.59.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.62.bb
index 97f75ff..ea6305e 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.59.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.62.bb
@@ -12,8 +12,8 @@ DEPENDS = "libpthread-stubs udev libpciaccess"
 
 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
            file://installtests.patch "
-SRC_URI[md5sum] = "d32a1d37c2546ee11fc5924abeedb23e"
-SRC_URI[sha256sum] = "68d26e1fd85582f4243d66864f9b43ca4ee93662825de32b5506fc8e181ea41b"
+SRC_URI[md5sum] = "c9291bae0e5ca65d1483821d3698d3ab"
+SRC_URI[sha256sum] = "906c294bdbe1c94c3ca084305d61a6e5a8367f3b4986e6cc13b1e9b3f75931dc"
 
 inherit autotools pkgconfig
 
@@ -21,6 +21,7 @@ EXTRA_OECONF += "--disable-cairo-tests \
                  --enable-omap-experimental-api \
                  --enable-install-test-programs \
                  --disable-manpages \
+                 --disable-valgrind \
                 "
 
 ALLOW_EMPTY_${PN}-drivers = "1"



More information about the Openembedded-commits mailing list