diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-03-19 00:41:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-21 22:39:01 +0000 |
commit | d9defa18fb53fbb5465c2a951923816588c40c1e (patch) | |
tree | 8b918424ccd8a91154577a41d1569c931105b078 /meta/recipes-core | |
parent | 0ec589907efd9e568953c228c4c2fab651513ae4 (diff) | |
download | poky-d9defa18fb53fbb5465c2a951923816588c40c1e.tar.gz |
libxcrypt: upgrade 4.4.14 -> 4.4.15
(From OE-Core rev: 67625db10cc8aab371d19994c550ea33b36e81f5)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.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.15.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.14.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.15.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.14.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.14.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.14.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.15.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index e59a096573..bee1367c99 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 = "5c43f7d56a31667bcdaa334bbb4edafb75672872" | 13 | SRCREV = "823437d015cd4ab4d100ed205f218681b03ae45c" |
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.14.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.15.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.14.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.15.bb | |||