summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2021-02-24 22:26:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-26 15:21:20 +0000
commit2485c879fccfc21dcada4d3fbfb7b964f60fc23d (patch)
tree0fc7320d246e4d3baf8ffb06dbf3f797aee55d1a /meta
parentaddd3f5e2ac26489627302112ee8a7cf813da918 (diff)
downloadpoky-2485c879fccfc21dcada4d3fbfb7b964f60fc23d.tar.gz
libxcrypt: upgrade 4.4.17 -> 4.4.18
file LICENSING updated: directory of files changed from m4 to build-aux (From OE-Core rev: 6d9f47e5303d8d223419d85554e14491e9fb3421) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt.inc4
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.4.18.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb)0
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc
index 104a2af4d2..e9f968b556 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.inc
+++ b/meta/recipes-core/libxcrypt/libxcrypt.inc
@@ -3,14 +3,14 @@ DESCRIPTION = "Forked code from glibc libary to extract only crypto part."
3HOMEPAGE = "https://github.com/besser82/libxcrypt" 3HOMEPAGE = "https://github.com/besser82/libxcrypt"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://LICENSING;md5=102923b6e1b02a85c5a1203fa87d151d \ 6LIC_FILES_CHKSUM = "file://LICENSING;md5=bd5d9777dfe7076c4f2928f12fed226a \
7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ 7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
8 " 8 "
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
13SRCREV = "6b110bcd4f4caa61fc39c7339d30adc20a7dd177" 13SRCREV = "94d84f92ca123d851586016c4678eb1f21c19029"
14SRCBRANCH ?= "develop" 14SRCBRANCH ?= "develop"
15 15
16PROVIDES = "virtual/crypt" 16PROVIDES = "virtual/crypt"
diff --git a/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.18.bb
index 79dba2f6dc..79dba2f6dc 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt_4.4.17.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.18.bb