[oe-commits] [openembedded-core] 04/07: libdrm: upgrade 2.4.88 -> 2.4.89

git at git.openembedded.org git at git.openembedded.org
Wed Jan 17 22:33:55 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit a776a8190d5abee97da8684d4c448e3ed7bb7fb8
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Wed Jan 17 13:59:31 2018 -0200

    libdrm: upgrade 2.4.88 -> 2.4.89
    
    The 2.4.89 version has been released in Dec 18, 2017, and has a great
    set of features and improvements, as seen in the announcement summary:
    
    ,----
    | libdrm release with leasing and syncobj api updates,
    | updated amdgpu marketing ids, amdgpu tests,
    | updated uapi headers
    | etnaviv updates.
    `----
    
    The full announcement can be seen at:
    
    https://lists.freedesktop.org/archives/dri-devel/2017-December/160530.html
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/drm/{libdrm_2.4.88.bb => libdrm_2.4.89.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.88.bb b/meta/recipes-graphics/drm/libdrm_2.4.89.bb
similarity index 93%
rename from meta/recipes-graphics/drm/libdrm_2.4.88.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.89.bb
index 735f734..6754a93 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.88.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.89.bb
@@ -16,8 +16,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
            file://0001-configure.ac-Allow-explicit-enabling-of-cunit-tests.patch \
           "
 
-SRC_URI[md5sum] = "fe4d5c77f1468ee73d0bbb30d76945d7"
-SRC_URI[sha256sum] = "b5e55dbac2124e742e639f5b8553e8b7395863bf73dab4f77e99fe2fc25572b5"
+SRC_URI[md5sum] = "5307a147dde67ac643f6753a42b5d32c"
+SRC_URI[sha256sum] = "629f9782aabbb4809166de5f24d26fe0766055255038f16935602d89f136a02e"
 
 inherit autotools pkgconfig manpages
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list