aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/safec/safec_3.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/safec/safec_3.5.bb')
-rw-r--r--meta-oe/recipes-core/safec/safec_3.5.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.5.bb b/meta-oe/recipes-core/safec/safec_3.5.bb
new file mode 100644
index 0000000000..c9ace3b0b8
--- /dev/null
+++ b/meta-oe/recipes-core/safec/safec_3.5.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Safe C Library"
+
+LICENSE = "safec"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
+SECTION = "lib"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+SRCREV = "a99a052a56da409638c9fe7e096a5ae6661ca7cb"
+SRC_URI = "git://github.com/rurban/safeclib.git \
+ file://0001-memrchr-Use-_ISOC11_SOURCE-only-with-glibc.patch \
+"
+
+CPPFLAGS_append_libc-musl = " -D_GNU_SOURCE"
+
+COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm).*-linux'
+
+RDEPENDS_${PN} = "perl"