[oe-commits] [openembedded-core] 05/30: gzip: upgrade to 1.8

git at git.openembedded.org git at git.openembedded.org
Mon Jun 13 08:17:49 UTC 2016


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

commit 68a1a4c289bf072d0a5f57c8df3759b5c9f64a97
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Sun Jun 12 10:21:02 2016 +0800

    gzip: upgrade to 1.8
    
    [RP: Fix patch so it does actually upgrade, add checksum, move patch]
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../gzip/{gzip-1.6 => gzip-1.8}/wrong-path-fix.patch                 | 0
 meta/recipes-extended/gzip/{gzip_1.6.bb => gzip_1.8.bb}              | 5 +++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch b/meta/recipes-extended/gzip/gzip-1.8/wrong-path-fix.patch
similarity index 100%
rename from meta/recipes-extended/gzip/gzip-1.6/wrong-path-fix.patch
rename to meta/recipes-extended/gzip/gzip-1.8/wrong-path-fix.patch
diff --git a/meta/recipes-extended/gzip/gzip_1.6.bb b/meta/recipes-extended/gzip/gzip_1.8.bb
similarity index 75%
rename from meta/recipes-extended/gzip/gzip_1.6.bb
rename to meta/recipes-extended/gzip/gzip_1.8.bb
index b347f0b..a19b965 100644
--- a/meta/recipes-extended/gzip/gzip_1.6.bb
+++ b/meta/recipes-extended/gzip/gzip_1.8.bb
@@ -13,5 +13,6 @@ NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
 
 BBCLASSEXTEND = "native"
 
-SRC_URI[md5sum] = "38603cb2843bf5681ff41aab3bcd6a20"
-SRC_URI[sha256sum] = "97eb83b763d9e5ad35f351fe5517e6b71521d7aac7acf3e3cacdb6b1496d8f7e"
+SRC_URI[md5sum] = "732553152814b22dc35aa0267df5286c"
+SRC_URI[sha256sum] = "1ff7aedb3d66a0d73f442f6261e4b3860df6fd6c94025c2cb31a202c9c60fe0e"
+

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


More information about the Openembedded-commits mailing list