diff options
| author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-02 11:43:09 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
| commit | 30da5aa95934fae265a8c442ad9568bdedda28a1 (patch) | |
| tree | e7ff41b28d1142fb57e0912c8450f2275cdd9ea8 /meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb | |
| parent | ef2241ac3e3ef3ae8b21a4fc954e843da23881f8 (diff) | |
| download | meta-openembedded-30da5aa95934fae265a8c442ad9568bdedda28a1.tar.gz | |
libcrypt-openssl-guess-perl: rename from libcrypt-openssl-guess; enable ptest
We follow Debian naming and this module snuck in misnamed.
Add PROVIDES "libcrypt-openssl-guess" for backwards compatibility.
Add runtime and ptest dependencies.
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb new file mode 100644 index 0000000000..57df78b4e1 --- /dev/null +++ b/meta-perl/recipes-perl/libcrypt/libcrypt-openssl-guess-perl_0.11.bb | |||
| @@ -0,0 +1,37 @@ | |||
| 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 | |||
| 8 | SRC_URI[md5sum] = "e768fe2c07826b0ac9ea604c79f93032" | ||
| 9 | SRC_URI[sha256sum] = "aa6b18e38cb852cbad80a58cd90c395b40819d4d01e0ab37e7703149094d7167" | ||
| 10 | |||
| 11 | DEPENDS += "openssl" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} = "\ | ||
| 14 | perl-module-config \ | ||
| 15 | perl-module-exporter \ | ||
| 16 | perl-module-extutils-mm \ | ||
| 17 | perl-module-extutils-mm-unix \ | ||
| 18 | perl-module-file-spec \ | ||
| 19 | perl-module-symbol \ | ||
| 20 | perl-module-strict \ | ||
| 21 | perl-module-warnings \ | ||
| 22 | " | ||
| 23 | |||
| 24 | EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -lssl -L${STAGING_DIR_TARGET}${base_libdir} -lcrypto'" | ||
| 25 | |||
| 26 | S = "${WORKDIR}/Crypt-OpenSSL-Guess-${PV}" | ||
| 27 | |||
| 28 | inherit cpan ptest-perl | ||
| 29 | |||
| 30 | BBCLASSEXTEND = "native" | ||
| 31 | |||
| 32 | # for backwards compatibility | ||
| 33 | PROVIDES_${PN} += "libcrypt-openssl-guess" | ||
| 34 | |||
| 35 | RDEPENDS_${PN}-ptest += "\ | ||
| 36 | perl-module-test-more \ | ||
| 37 | " | ||
