diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2014-07-15 23:07:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-19 00:08:58 +0100 |
commit | 493e1db4c4b886061d9de7b05f828b7d036f7c4e (patch) | |
tree | 51582893dbacc7afddbab1e02f9341d8c1ac60e4 /meta/recipes-graphics | |
parent | 449c53535d16db2a2228409f3b91fcd46ef9d38c (diff) | |
download | openembedded-core-contrib-493e1db4c4b886061d9de7b05f828b7d036f7c4e.tar.gz |
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
(From OE-Core rev: 316122bb75e04aa7419dc49fcff6af384be37983)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/drm/libdrm_2.4.53.bb | 8 | ||||
-rw-r--r-- | 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 323bef5d577..00000000000 --- 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 00000000000..12eefc77517 --- /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" + |