summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-04-01 23:54:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-12 14:05:37 +0100
commit1a1ee8838b5e196833f693c5a882216f1a52d346 (patch)
tree04e3e371b2e949b6a821a74fcc0cf3e915f0d3b6 /meta/recipes-core/libxcrypt
parent5b664e9a373dd7e811a4e4ec891bc2a1e747f5a6 (diff)
downloadpoky-1a1ee8838b5e196833f693c5a882216f1a52d346.tar.gz
libxcrypt: update to 4.4.4
(From OE-Core rev: 4f1a7dc995002621ff65cd65b623673bb2649f3d) Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb (renamed from meta/recipes-core/libxcrypt/libxcrypt.bb)18
1 files changed, 10 insertions, 8 deletions
diff --git a/meta/recipes-core/libxcrypt/libxcrypt.bb b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb
index 3b9af6d739..e3c87b3e02 100644
--- a/meta/recipes-core/libxcrypt/libxcrypt.bb
+++ b/meta/recipes-core/libxcrypt/libxcrypt_4.4.4.bb
@@ -4,22 +4,24 @@ HOMEPAGE = "https://github.com/besser82/libxcrypt"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM ?= "file://LICENSING;md5=be275bc7f91642efe7709a8ae7a1433b \ 6LIC_FILES_CHKSUM ?= "file://LICENSING;md5=be275bc7f91642efe7709a8ae7a1433b \
7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ 7 file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
8" 8"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
11 11
12PV = "4.4.2" 12PV = "4.4.4"
13# v4.4.2
14SRCREV ?= "cf6abf18083566ec1612af27982a5160c9e0f137"
15SRCBRANCH ?= "develop"
16 13
17SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH} \ 14SRC_URI = "git://github.com/besser82/libxcrypt.git;branch=${SRCBRANCH}"
18 " 15SRCREV = "3b251d4e1af66aa7697c4ac96c689f996fa90c32"
16SRCBRANCH ?= "develop"
19 17
20PROVIDES = "virtual/crypt" 18PROVIDES = "virtual/crypt"
21 19
22FILES_${PN} = "${libdir}/libcrypt*.so.* ${libdir}/libcrypt-*.so ${libdir}/libowcrypt*.so.* ${libdir}/libowcrypt-*.so" 20FILES_${PN} = "${libdir}/libcrypt*.so.* \
21 ${libdir}/libcrypt-*.so \
22 ${libdir}/libowcrypt*.so.* \
23 ${libdir}/libowcrypt-*.so \
24"
23 25
24S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
25 27