diff options
author | wangmy <wangmy@fujitsu.com> | 2021-06-23 14:11:05 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-26 11:27:17 +0100 |
commit | 549bb5a31b9dde7d0bc1ee13d5e04d13772035fc (patch) | |
tree | 8712d603bfec8c4b93b51c77cd89d88722906785 /meta/recipes-core | |
parent | 297697a6f9162a9b85466924f2c9b5bd20016396 (diff) | |
download | poky-549bb5a31b9dde7d0bc1ee13d5e04d13772035fc.tar.gz |
libxcrypt: upgrade 4.4.22 -> 4.4.23
(From OE-Core rev: 8dca3e42409ae5f81094c4c422ec6e5408f2d219)
(From OE-Core rev: eb3ff21c6e668ef72ea2bf4f6495c44d75f61706)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.22.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.23.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.22.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.22.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.22.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.23.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index e4505a666d..79a2aa49d6 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSING;md5=afed27a72ae2a8075978299eebaa1f5d \ | |||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" |
13 | SRCREV = "3df9620d08db207367c0c5152148665b5ce422e1" | 13 | SRCREV = "5dcc36aeeb053654659e898fd3de7f365c1c4df5" |
14 | SRCBRANCH ?= "develop" | 14 | SRCBRANCH ?= "develop" |
15 | 15 | ||
16 | SRC_URI += "file://fix_cflags_handling.patch" | 16 | SRC_URI += "file://fix_cflags_handling.patch" |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.22.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.23.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.22.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.23.bb | |||