Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "Guess OpenSSL include path" |
| 2 | SECTION = "libs" |
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea914cc2718e8d53bd7744d96e66c03c" |
| 5 | |
| 6 | SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Guess-${PV}.tar.gz " |
| 7 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 8 | SRC_URI[sha256sum] = "87c1dd7f0f80fcd3d1396bce9fd9962e7791e748dc0584802f8d10cc9585e743" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | |
| 10 | DEPENDS += "openssl" |
| 11 | |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 12 | RDEPENDS_${PN} = "\ |
| 13 | perl-module-config \ |
| 14 | perl-module-exporter \ |
| 15 | perl-module-extutils-mm \ |
| 16 | perl-module-extutils-mm-unix \ |
| 17 | perl-module-file-spec \ |
| 18 | perl-module-symbol \ |
| 19 | perl-module-strict \ |
| 20 | perl-module-warnings \ |
| 21 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 22 | |
| 23 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" |
| 24 | |
| 25 | S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}" |
| 26 | |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 27 | inherit cpan ptest-perl |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 28 | |
| 29 | BBCLASSEXTEND = "native" |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 30 | |
| 31 | # for backwards compatibility |
| 32 | PROVIDES_${PN} += "libcrypt-openssl-guess" |
| 33 | |
| 34 | RDEPENDS_${PN}-ptest += "\ |
| 35 | perl-module-test-more \ |
| 36 | " |