libcrypt-openssl-random-perl_0.16.bb 895 B

123456789101112131415161718192021222324252627282930313233
  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. LIC_FILES_CHKSUM = "file://LICENSE;md5=089c18d635ae273e1727ec385e64063b"
  5. SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/Crypt-OpenSSL-Random-${PV}.tar.gz "
  6. SRC_URI[sha256sum] = "fcf58cb2af4c3eda2fe1405527d9373efe9576268fce8adb34df9ce9b6b44d1e"
  7. S = "${WORKDIR}/Crypt-OpenSSL-Random-${PV}"
  8. DEPENDS += " \
  9. openssl \
  10. libcrypt-openssl-guess-perl-native \
  11. "
  12. EXTRA_CPANFLAGS = "INC='-I${STAGING_INCDIR}' LIBS='-L${STAGING_LIBDIR} -L${STAGING_BASELIBDIR} -lcrypto'"
  13. inherit cpan ptest-perl
  14. RDEPENDS:${PN} += "\
  15. perl-module-exporter \
  16. perl-module-strict \
  17. perl-module-vars \
  18. perl-module-xsloader \
  19. "
  20. RDEPENDS:${PN}-ptest += "\
  21. perl-module-file-copy \
  22. perl-module-test-more \
  23. "
  24. BBCLASSEXTEND = "native"