[oe-commits] [openembedded-core] 39/43: libxcrypt: Upgrade to 4.0.1

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 10:40:07 UTC 2018


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

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

commit 99a44db2c14bfc1846ff4c0bc42f101b342b1d53
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu May 17 09:11:34 2018 -0700

    libxcrypt: Upgrade to 4.0.1
    
    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    [Fixup for Sumo context, skipped gcc8 fix]
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../libxcrypt/{libxcrypt_4.0.0.bb => libxcrypt_4.0.1.bb}             | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb
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 a1be4be..6ed67a6 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb
@@ -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"
 

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


More information about the Openembedded-commits mailing list