diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-21 14:45:34 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | e790242216c4c42b45192ff9cff1668ebe8b2ce3 (patch) | |
tree | 624f4ef87b8ca46ecf381949e39ddf4c1b8ebe21 /meta/recipes-core | |
parent | aebfb930ccea66ec1fe30f7b22a4c0894868228a (diff) | |
download | poky-e790242216c4c42b45192ff9cff1668ebe8b2ce3.tar.gz |
libxcrypt: Upgrade to 4.4.14 release
(From OE-Core rev: f0c50a5bebe593dd3b5ffbe4c84688ae7e84e4fe)
Signed-off-by: Khem Raj <raj.khem@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-compat_4.4.14.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.14.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.14.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.14.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 59744c0cf8..416205cd5c 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=3bb6614cf5880cbf1b9dbd9e3d145e2c \ | |||
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 = "21f93470aad8634fcf39f72db0b62642c7073a0c" | 13 | SRCREV = "5c43f7d56a31667bcdaa334bbb4edafb75672872" |
14 | SRCBRANCH ?= "develop" | 14 | SRCBRANCH ?= "develop" |
15 | 15 | ||
16 | PROVIDES = "virtual/crypt" | 16 | PROVIDES = "virtual/crypt" |
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.14.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.14.bb | |||