summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-17 09:11:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 17:56:58 +0100
commite7233e33a1efea43596728569ed5b3f47ad44904 (patch)
treecba662138979b983a58fd0fe126aeab1f8c0cdfe /meta/recipes-core
parent2b2ea2fa33941208c2903e575adc27638c367abf (diff)
downloadpoky-e7233e33a1efea43596728569ed5b3f47ad44904.tar.gz
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) (From OE-Core rev: 793d613253ea23ee4dc0819591e5c9851e6bd829) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.0.1.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.0.0.bb)5
1 files 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
index a1be4be7ef..6ed67a6761 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 \
9 9
10inherit autotools 10inherit autotools
11 11
12SRCREV ?= "215b32aa4e0b255c3356a96bd6d257661bad73ca" 12SRCREV ?= "089479bb24acd168613757a6f12d63caa95416b4"
13SRCBRANCH ?= "master" 13SRCBRANCH ?= "master"
14 14
15SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" 15SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \
16 "
16 17
17PROVIDES = "virtual/crypt" 18PROVIDES = "virtual/crypt"
18 19