diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-12-06 19:09:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:43 +0000 |
commit | fe30c40a492c80865b0de8226366ab4cbc2c8137 (patch) | |
tree | 06f11835672b1e295ad5ea6bb15a8a68f7449ef1 /meta | |
parent | 876ee33e7806b67ae9d4853656de9495ba8f3222 (diff) | |
download | poky-fe30c40a492c80865b0de8226366ab4cbc2c8137.tar.gz |
libxcrypt: update to 4.4.10
(From OE-Core rev: 548d9fefef024a2f8e323dade8456396f982f637)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.8.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/libxcrypt/libxcrypt_4.4.10.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb) | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.8.bb b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb index ba74eb1f94..ba74eb1f94 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.8.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt-compat_4.4.10.bb | |||
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index 1787f6921e..6d6990c3d5 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 = "acd84997a5a8b2badd28b70a642abee11272fad2" | 13 | SRCREV = "dcf7d7509a26a2fe83f115f5ee731c59749ae17e" |
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.8.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.10.bb index aba9b1ef0c..79dba2f6dc 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.8.bb +++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.10.bb | |||
@@ -1 +1,2 @@ | |||
1 | require libxcrypt.inc | 1 | require libxcrypt.inc |
2 | |||