summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:55:45 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:53 -0700
commit315794c6810d1532326aece82487921d0be55089 (patch)
treef52227068b7bcb605b6f45d59d586b680849ab4b
parentb5c768e16438b23626e560bc465af2ef38185b04 (diff)
downloadmeta-openembedded-315794c6810d1532326aece82487921d0be55089.tar.gz
libcrypt-openssl-random-perl: upgrade 0.16 -> 0.17
Changelog: ========== - fix older aix with missing -lz dependencies - minor ci fixes License-Update: "(Some other Free Software Foundation software is covered by the GNU Library General Public License instead.)" removed from license file. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb (renamed from meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb
index dc2075d134..c15d417130 100644
--- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.16.bb
+++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.17.bb
@@ -2,10 +2,10 @@ SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number genera
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 3LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
4 4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=089c18d635ae273e1727ec385e64063b" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=9e876d4149406d88b4ff1b37645363ad"
6 6
7SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz " 7SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz "
8SRC_URI[sha256sum] = "fcf58cb2af4c3eda2fe1405527d9373efe9576268fce8adb34df9ce9b6b44d1e" 8SRC_URI[sha256sum] = "a571b24181baaa76c96704e92acffc6934ff593e380dade274db4e43c140ad51"
9 9
10S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" 10S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}"
11 11