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:46 +0100 |
commit | 316122bb75e04aa7419dc49fcff6af384be37983 (patch) | |
tree | b79fa941b6b4dab86769ea2f70564019feadf68d /meta/recipes-graphics | |
parent | f5569d30b98418b201766ad07b177aac5fae4a41 (diff) | |
download | openembedded-core-316122bb75e04aa7419dc49fcff6af384be37983.tar.gz openembedded-core-316122bb75e04aa7419dc49fcff6af384be37983.tar.bz2 openembedded-core-316122bb75e04aa7419dc49fcff6af384be37983.zip |
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@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 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" + |