]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcrypt: Upgrade to 4.0.1
authorKhem Raj <raj.khem@gmail.com>
Thu, 17 May 2018 16:11:34 +0000 (09:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:43:10 +0000 (11:43 +0100)
Minor release primary fixes are
* get it building with gcc8
* Fixes for riscv64

drop local gcc8 support patch which is not needed now

(From OE-Core rev: b02ac5dd2dc27fe742cb7f20a12090eda3190c84)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Fixup for Sumo context, skipped gcc8 fix]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb [moved from meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb with 92% similarity]

similarity index 92%
rename from meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
rename to meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb
index a1be4be7eff04e7db229238c0d71678cfb5230cd..6ed67a67611ac28f617ed5278850cb6819c12f90 100644 (file)
@@ -9,10 +9,11 @@ LIC_FILES_CHKSUM ?= "file://LICENSING;md5=d1cc18f512ded3bd6000f3729f31be08 \
 
 inherit autotools
 
-SRCREV ?= "215b32aa4e0b255c3356a96bd6d257661bad73ca"
+SRCREV ?= "089479bb24acd168613757a6f12d63caa95416b4"
 SRCBRANCH ?= "master"
 
-SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \
+           "
 
 PROVIDES = "virtual/crypt"