From 316122bb75e04aa7419dc49fcff6af384be37983 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Tue, 15 Jul 2014 23:07:11 +0200 Subject: 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 Signed-off-by: Richard Purdie --- 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(-) delete mode 100644 meta/recipes-graphics/drm/libdrm_2.4.53.bb create mode 100644 meta/recipes-graphics/drm/libdrm_2.4.54.bb (limited to 'meta/recipes-graphics/drm') 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 323bef5d57..0000000000 --- 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 0000000000..12eefc7751 --- /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" + -- cgit 1.2.3-korg