diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-02-10 09:38:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-14 13:07:23 +0000 |
commit | 94d37d9443299aac430bb3299aa18f028368c54a (patch) | |
tree | cd95192d28099b6ce35a628254272a68e6ecfa73 | |
parent | 69ef4106e33077086f65fe24fce3b8e1d9b7f17f (diff) | |
download | poky-94d37d9443299aac430bb3299aa18f028368c54a.tar.gz |
libxcrypt: upgrade 4.4.10 -> 4.4.12
(From OE-Core rev: b76b8fb11d4e9019072c89668acdecbeb1824699)
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.10.bb) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.12.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index accbdd6361..59744c0cf8 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 = "dcf7d7509a26a2fe83f115f5ee731c59749ae17e" | 13 | SRCREV = "21f93470aad8634fcf39f72db0b62642c7073a0c" |
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.10.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb index 79dba2f6dc..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.10.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.12.bb | |||