From 5f5a7934946d5401b23bb1ecc9049db774df3e25 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 1 Nov 2021 19:23:01 +0800 Subject: libcrypt-openssl-guess-perl: upgrade 0.13 -> 0.14 0.14 2021-10-28T15:35:02Z macOS: check dylib exists in library paths (PR#11) backport from Net::SSLeay 1.91_01 (PR#10) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libcrypt/libcrypt-openssl-guess-perl_0.13.bb | 36 ---------------------- .../libcrypt/libcrypt-openssl-guess-perl_0.14.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb create mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.14.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb deleted file mode 100644 index 7bce621bc4..0000000000 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Guess OpenSSL include path" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" - -SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " - -SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc9585e743" - -DEPENDS += "openssl" - -RDEPENDS:${PN} = "\ - perl-module-config \ - perl-module-exporter \ - perl-module-extutils-mm \ - perl-module-extutils-mm-unix \ - perl-module-file-spec \ - perl-module-symbol \ - perl-module-strict \ - perl-module-warnings \ -" - -EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" - -S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}" - -inherit cpan ptest-perl - -BBCLASSEXTEND = "native" - -# for backwards compatibility -PROVIDES_${PN} += "libcrypt-openssl-guess" - -RDEPENDS:${PN}-ptest += "\ - perl-module-test-more \ -" diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.14.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.14.bb new file mode 100644 index 0000000000..1bf5b207c1 --- /dev/null +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.14.bb @@ -0,0 +1,36 @@ +SUMMARY = "Guess OpenSSL include path" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" + +SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " + +SRC_URI[sha256sum] = "e4331977e1512a3ba51d7fa2d642d3e79d479dc23483246ebfaaef80ea8573df" + +DEPENDS += "openssl" + +RDEPENDS:${PN} = "\ + perl-module-config \ + perl-module-exporter \ + perl-module-extutils-mm \ + perl-module-extutils-mm-unix \ + perl-module-file-spec \ + perl-module-symbol \ + perl-module-strict \ + perl-module-warnings \ +" + +EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" + +S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}" + +inherit cpan ptest-perl + +BBCLASSEXTEND = "native" + +# for backwards compatibility +PROVIDES_${PN} += "libcrypt-openssl-guess" + +RDEPENDS:${PN}-ptest += "\ + perl-module-test-more \ +" -- cgit 1.2.3-korg