diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:33:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:25 +0100 |
commit | c541aadf5e019d1399ff488b222cd2e83f420a27 (patch) | |
tree | 5001252c76b7860240301b0ddc702e3c96cd3fe8 /meta/recipes-core | |
parent | 98de4680549556fc3a5d55ceb9fba492236b7f43 (diff) | |
download | poky-c541aadf5e019d1399ff488b222cd2e83f420a27.tar.gz |
libxcrypt: upgrade 4.4.25 -> 4.4.26
License-Update: additional copyright holders
(From OE-Core rev: a124dc48780013abed70de4acb68cc8eeb719eaf)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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.26.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 4 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.25.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb index ec9f9f4fa3..ec9f9f4fa3 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.25.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.26.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 29b941d380..ea877bbbb6 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc | |||
@@ -3,14 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part." | |||
3 | HOMEPAGE = "https://github.com/besser82/libxcrypt" | 3 | HOMEPAGE = "https://github.com/besser82/libxcrypt" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://LICENSING;md5=afed27a72ae2a8075978299eebaa1f5d \ | 6 | LIC_FILES_CHKSUM = "file://LICENSING;md5=29c5f9af198623cdce52a77f85695164 \ |
7 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 7 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
8 | " | 8 | " |
9 | 9 | ||
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 = "b9116ef2245abb128a22a975d187b1272312a80c" | 13 | SRCREV = "8ff7a8c5019cbd50419f7d0a8cd691eb99d6b086" |
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.25.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.25.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.26.bb | |||