blob: 5ffe7d7528ff5a3c9440c994a5a5e7c61a01484d [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001SUMMARY = "Safe C Library"
2
3LICENSE = "safec"
4LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
5SECTION = "lib"
6
7inherit autotools pkgconfig
8
9S = "${WORKDIR}/git"
Patrick Williams03907ee2022-05-01 06:28:52 -050010SRCREV = "f9add9245b97c7bda6e28cceb0ee37fb7e254fd8"
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/rurban/safeclib.git;branch=master;protocol=https \
Andrew Geissler2ee498a2020-05-29 15:52:06 -050012"
13
14COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux'
15
16PACKAGES =+ "${PN}-check"
17
Patrick Williams213cb262021-08-07 19:21:33 -050018FILES:${PN}-check += "${bindir}/check_for_unsafe_apis"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050019
Patrick Williams213cb262021-08-07 19:21:33 -050020RDEPENDS:${PN}-check += "perl"