openssl_1.0.1e.bb 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. require openssl.inc
  2. # For target side versions of openssl enable support for OCF Linux driver
  3. # if they are available.
  4. DEPENDS += "ocf-linux"
  5. CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
  6. PR = "${INC_PR}.2"
  7. LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
  8. export DIRS = "crypto ssl apps engines"
  9. export OE_LDFLAGS="${LDFLAGS}"
  10. SRC_URI += "file://configure-targets.patch \
  11. file://shared-libs.patch \
  12. file://oe-ldflags.patch \
  13. file://engines-install-in-libdir-ssl.patch \
  14. file://openssl-fix-link.patch \
  15. file://debian/version-script.patch \
  16. file://debian/pic.patch \
  17. file://debian/c_rehash-compat.patch \
  18. file://debian/ca.patch \
  19. file://debian/make-targets.patch \
  20. file://debian/no-rpath.patch \
  21. file://debian/man-dir.patch \
  22. file://debian/man-section.patch \
  23. file://debian/no-symbolic.patch \
  24. file://debian/debian-targets.patch \
  25. file://openssl_fix_for_x32.patch \
  26. file://openssl-fix-doc.patch \
  27. file://fix-cipher-des-ede3-cfb1.patch \
  28. file://find.pl \
  29. file://0001-Fix-for-TLS-record-tampering-bug-CVE-2013-4353.patch \
  30. file://0001-Fix-DTLS-retransmission-from-previous-session.patch \
  31. file://0001-Use-version-in-SSL_METHOD-not-SSL-structure.patch \
  32. file://CVE-2014-0160.patch \
  33. file://openssl-1.0.1e-cve-2014-0195.patch \
  34. file://openssl-1.0.1e-cve-2014-0198.patch \
  35. file://openssl-1.0.1e-cve-2014-0221.patch \
  36. file://openssl-1.0.1e-cve-2014-0224.patch \
  37. "
  38. SRC_URI[md5sum] = "66bf6f10f060d561929de96f9dfe5b8c"
  39. SRC_URI[sha256sum] = "f74f15e8c8ff11aa3d5bb5f276d202ec18d7246e95f961db76054199c69c1ae3"
  40. PACKAGES =+ " \
  41. ${PN}-engines \
  42. ${PN}-engines-dbg \
  43. "
  44. FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines"
  45. FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"
  46. PARALLEL_MAKE = ""
  47. PARALLEL_MAKEINST = ""
  48. do_configure_prepend() {
  49. cp ${WORKDIR}/find.pl ${S}/util/find.pl
  50. }