[oe-commits] Nicolas Dechesne : libdrm: upgrade to 2.4.54

git at git.openembedded.org git at git.openembedded.org
Fri Jul 18 23:14:08 UTC 2014


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

Author: Nicolas Dechesne <nicolas.dechesne at linaro.org>
Date:   Tue Jul 15 23:07:11 2014 +0200

libdrm: upgrade to 2.4.54

Version 2.4.54 was released a couple of months ago, see [1] for list of
changes.

The upgrade is required for using recent freedreno X11 driver on QCOM SoC. This
was tested on IFC6410 board.

[1] http://lists.x.org/archives/xorg-announce/2014-May/002426.html

Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/drm/libdrm_2.4.53.bb | 8 --------
 meta/recipes-graphics/drm/libdrm_2.4.54.bb | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.53.bb b/meta/recipes-graphics/drm/libdrm_2.4.53.bb
deleted file mode 100644
index 323bef5..0000000
--- a/meta/recipes-graphics/drm/libdrm_2.4.53.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require libdrm.inc
-
-SRC_URI += "file://installtests.patch \
-            file://GNU_SOURCE_definition.patch \
-           "
-SRC_URI[md5sum] = "342886a137ddd9ed4341675d132388ad"
-SRC_URI[sha256sum] = "1b0c28fd2f2b92d2df0a73d1aed88f43cb0dee1267aea6bc52ccb5fca5757a08"
-
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.54.bb b/meta/recipes-graphics/drm/libdrm_2.4.54.bb
new file mode 100644
index 0000000..12eefc7
--- /dev/null
+++ b/meta/recipes-graphics/drm/libdrm_2.4.54.bb
@@ -0,0 +1,8 @@
+require libdrm.inc
+
+SRC_URI += "file://installtests.patch \
+            file://GNU_SOURCE_definition.patch \
+           "
+SRC_URI[md5sum] = "56e98a9c2073c3fab7f95e003b657f46"
+SRC_URI[sha256sum] = "d94001ebfbe80e1523d1228ee2df57294698d1c734fad9ccf53efde8932fe4e9"
+



More information about the Openembedded-commits mailing list