safec_3.5.1.bb 497 B

123456789101112131415161718192021
  1. SUMMARY = "Safe C Library"
  2. LICENSE = "safec"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
  4. SECTION = "lib"
  5. inherit autotools pkgconfig
  6. S = "${WORKDIR}/git"
  7. # v08112019
  8. SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f"
  9. SRC_URI = "git://github.com/rurban/safeclib.git \
  10. "
  11. COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux'
  12. PACKAGES =+ "${PN}-check"
  13. FILES_${PN}-check += "${bindir}/check_for_unsafe_apis"
  14. RDEPENDS_${PN}-check += "perl"