From 4541a9ddef13e06b55f1cee824262c3d5bb076ec Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 6 Nov 2025 07:43:51 +0800 Subject: libcrypt-openssl-rsa-perl: upgrade 0.35 -> 0.37 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libcrypt/libcrypt-openssl-rsa-perl_0.35.bb | 41 ---------------------- .../libcrypt/libcrypt-openssl-rsa-perl_0.37.bb | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb create mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.37.bb (limited to 'meta-perl/recipes-perl/libcrypt') diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb deleted file mode 100644 index bcc57ffc09..0000000000 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.35.bb +++ /dev/null @@ -1,41 +0,0 @@ -SUMMARY = "Crypt Openssl RSA cpan module" -SECTION = "libs" -HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::RSA" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=399bd4de06d233aa49afa7c47cea8117" - -SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-${PV}.tar.gz \ -" - -SRC_URI[sha256sum] = "5eebd55ac071634c864a8e78f5cfafbaaf43cf84c04323a09b71dd76bf025cc2" - -DEPENDS += "libcrypt-openssl-guess-perl-native openssl" - -RDEPENDS:${PN} = " \ - libcrypt-openssl-random-perl \ - perl-module-autoloader \ - perl-module-carp \ - perl-module-strict \ - perl-module-warnings \ - perl-module-xsloader \ -" - -EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" - -S = "${UNPACKDIR}/Crypt-OpenSSL-RSA-${PV}" - -inherit cpan ptest-perl - -do_compile() { - export OTHERLDFLAGS='-Wl,-rpath' - cpan_do_compile -} - -RDEPENDS:${PN}-ptest += " \ - perl-module-file-copy \ - perl-module-test \ - perl-module-test-more \ - perl-module-lib \ - libcrypt-openssl-guess-perl \ - perl-module-english \ -" diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.37.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.37.bb new file mode 100644 index 0000000000..90df019fec --- /dev/null +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-rsa-perl_0.37.bb @@ -0,0 +1,41 @@ +SUMMARY = "Crypt Openssl RSA cpan module" +SECTION = "libs" +HOMEPAGE = "https://metacpan.org/pod/Crypt::OpenSSL::RSA" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=399bd4de06d233aa49afa7c47cea8117" + +SRC_URI = "${CPAN_MIRROR}/authors/id/T/TO/TODDR/Crypt-OpenSSL-RSA-${PV}.tar.gz \ +" + +SRC_URI[sha256sum] = "917f7312532f8f4af4f3acbf6ba10e0151f8577d2ef1f38e1035229be86eb6f4" + +DEPENDS += "libcrypt-openssl-guess-perl-native openssl" + +RDEPENDS:${PN} = " \ + libcrypt-openssl-random-perl \ + perl-module-autoloader \ + perl-module-carp \ + perl-module-strict \ + perl-module-warnings \ + perl-module-xsloader \ +" + +EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" + +S = "${UNPACKDIR}/Crypt-OpenSSL-RSA-${PV}" + +inherit cpan ptest-perl + +do_compile() { + export OTHERLDFLAGS='-Wl,-rpath' + cpan_do_compile +} + +RDEPENDS:${PN}-ptest += " \ + perl-module-file-copy \ + perl-module-test \ + perl-module-test-more \ + perl-module-lib \ + libcrypt-openssl-guess-perl \ + perl-module-english \ +" -- cgit v1.2.3-54-g00ecf