[oe-commits] [openembedded-core] 02/03: libdrm: 2.4.68 -> 2.4.70

git at git.openembedded.org git at git.openembedded.org
Sat Aug 20 06:56:43 UTC 2016


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

commit f461772144094fb8d4877ddaff54c8673e428872
Author: Dai Caiyun <daicy.fnst at cn.fujitsu.com>
AuthorDate: Thu Aug 18 13:54:18 2016 +0800

    libdrm: 2.4.68 -> 2.4.70
    
    Upgrade libdrm from 2.4.68 to 2.4.70.
    
    Signed-off-by: Dai Caiyun <daicy.fnst at cn.fujitsu.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch  | 2 +-
 meta/recipes-graphics/drm/{libdrm_2.4.68.bb => libdrm_2.4.70.bb} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch b/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch
index 286e548..4708bf1 100644
--- a/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch
+++ b/meta/recipes-graphics/drm/libdrm/fix_O_CLOEXEC_undeclared.patch
@@ -19,6 +19,6 @@ diff -Naur libdrm-2.4.66-orig/tests/drmdevice.c libdrm-2.4.66/tests/drmdevice.c
   */
  
 +#include <config.h>
+ #include <errno.h>
  #include <stdio.h>
  #include <stdlib.h>
- #include <sys/stat.h>
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.68.bb b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
similarity index 92%
rename from meta/recipes-graphics/drm/libdrm_2.4.68.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.70.bb
index 758f801..632c30e 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.68.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.70.bb
@@ -15,8 +15,8 @@ SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.bz2 \
            file://fix_O_CLOEXEC_undeclared.patch \
           "
 
-SRC_URI[md5sum] = "bcc96848d969cecf28223f668eeff354"
-SRC_URI[sha256sum] = "5b4bd9a5922929bc716411cb74061fbf31b06ba36feb89bc1358a91a8d0ca9df"
+SRC_URI[md5sum] = "920957cfe25a80efb02be9bd90bf3c1e"
+SRC_URI[sha256sum] = "b17d4b39ed97ca0e4cffa0db06ff609e617bac94646ec38e8e0579d530540e7b"
 
 inherit autotools pkgconfig
 

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


More information about the Openembedded-commits mailing list