aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/safec/safec_3.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/safec/safec_3.5.1.bb')
-rw-r--r--meta-oe/recipes-core/safec/safec_3.5.1.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-core/safec/safec_3.5.1.bb b/meta-oe/recipes-core/safec/safec_3.5.1.bb
deleted file mode 100644
index 91d8fc65a0..0000000000
--- a/meta-oe/recipes-core/safec/safec_3.5.1.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Safe C Library"
-
-LICENSE = "safec"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
-SECTION = "lib"
-
-inherit autotools pkgconfig
-
-S = "${WORKDIR}/git"
-# v08112019
-SRCREV = "ad76c7b1dbd0403b0c9decf54164fcce271c590f"
-SRC_URI = "git://github.com/rurban/safeclib.git \
-"
-
-COMPATIBLE_HOST = '(x86_64|i.86|powerpc|powerpc64|arm|aarch64|mips).*-linux'
-
-PACKAGES =+ "${PN}-check"
-
-FILES_${PN}-check += "${bindir}/check_for_unsafe_apis"
-
-RDEPENDS_${PN}-check += "perl"