diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:23 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-17 23:47:24 -0700 |
| commit | 20ea3999df93012af3008ac24068c82fbaaea6cc (patch) | |
| tree | e3dd91680c6fac7d09549f6158bccdfc7609a88e /meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb | |
| parent | 10c4507b53e9438fbdbdd7a5e99c0b5430d5d3dc (diff) | |
| download | meta-openembedded-20ea3999df93012af3008ac24068c82fbaaea6cc.tar.gz | |
libcrypt-openssl-random-perl: upgrade 0.15 -> 0.16
Changelog:
==========
- add github actions, travis and appveyor.
- Many patches by Takumi Akiyama.
- Fix broken github image for strawberry perl
by stripping its PATH. their new mingw is incompatible to their
old strawberry 5.32
- minor documentation fixes.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb deleted file mode 100644 index 9bfb631d30..0000000000 --- a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.15.bb +++ /dev/null | |||
| @@ -1,34 +0,0 @@ | |||
| 1 | SUMMARY = "Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | ||
| 4 | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=089c18d635ae273e1727ec385e64063b" | ||
| 6 | |||
| 7 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz " | ||
| 8 | SRC_URI[md5sum] = "bcde8d5a822c91376deda3c4f0c75fbe" | ||
| 9 | SRC_URI[sha256sum] = "f0876faa1ba3111e39b86aa730c603211eff2905e460c72a57b61e8cf475cef4" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}" | ||
| 12 | |||
| 13 | DEPENDS += " \ | ||
| 14 | openssl \ | ||
| 15 | libcrypt-openssl-guess-perl-native \ | ||
| 16 | " | ||
| 17 | |||
| 18 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -L${STAGING_BASELIBDIR} -lcrypto'" | ||
| 19 | |||
| 20 | inherit cpan ptest-perl | ||
| 21 | |||
| 22 | RDEPENDS:${PN} += "\ | ||
| 23 | perl-module-exporter \ | ||
| 24 | perl-module-strict \ | ||
| 25 | perl-module-vars \ | ||
| 26 | perl-module-xsloader \ | ||
| 27 | " | ||
| 28 | |||
| 29 | RDEPENDS:${PN}-ptest += "\ | ||
| 30 | perl-module-file-copy \ | ||
| 31 | perl-module-test-more \ | ||
| 32 | " | ||
| 33 | |||
| 34 | BBCLASSEXTEND = "native" | ||
