From 82e8d10827cddbc5d68cbe1360e2671db97b9afc Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sun, 11 Jul 2021 01:07:58 +0000 Subject: libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13 0.13 2021-05-03T15:37:39Z - use --installed option while executing brew --prefix (PR#9 @skaji++) References: https://github.com/akiym/Crypt-OpenSSL-Guess/pull/9 Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../libcrypt/libcrypt-openssl-guess-perl_0.12.bb | 37 ---------------------- .../libcrypt/libcrypt-openssl-guess-perl_0.13.bb | 36 +++++++++++++++++++++ 2 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb create mode 100644 meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb deleted file mode 100644 index 6f35e39bf3..0000000000 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.12.bb +++ /dev/null @@ -1,37 +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[md5sum] = "9e86baf96828a38c967003a5e66f0c39" -SRC_URI[sha256sum] = "0a18d18768cf42b49b15c9dea626199dc74346bbbc76acd3d817b9c1d2bd471d" - -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.13.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.bb new file mode 100644 index 0000000000..b0a1937576 --- /dev/null +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.13.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] = "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 \ +" -- cgit v1.2.3-54-g00ecf