summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/safec/safec_3.4.bb
blob: a6d94fc51e79c3c06ee606613c36a8ef00bbbd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY  = "Safe C Library"

LICENSE  = "safec"
LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
SECTION = "lib"

inherit autotools pkgconfig

S = "${WORKDIR}/git"
SRCREV = "f1708afcbba69f75e80920b75aa3d7baee3f611d"
SRC_URI = "git://github.com/rurban/safeclib.git"

COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64).*-linux'

RDEPENDS_${PN} = "perl"