diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-05-18 20:15:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-19 22:57:27 +0100 |
commit | 4bc9eead8fb929f6d1d51c2301acce412ddf84b8 (patch) | |
tree | 364d1852e16961c5fb8abd8fc3094da0ad9849f8 /meta/recipes-core | |
parent | 4a02e8cdb1ab2dfc754619481492ae7835d1053f (diff) | |
download | poky-4bc9eead8fb929f6d1d51c2301acce412ddf84b8.tar.gz |
libxcrypt: Upgrade to 4.4.16
(From OE-Core rev: 57002157d73efb9017de2f7c176e18378060ceb1)
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.16.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.15.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.16.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 2d2a0b03e3..da7607aef3 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 = "823437d015cd4ab4d100ed205f218681b03ae45c" | 13 | SRCREV = "4ffa4d38396c334a1e002427c22281b047a3d6a6" |
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.15.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.15.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.16.bb | |||