[oe-commits] [meta-openembedded] 20/23: safec: Initial recipe for safe C library

git at git.openembedded.org git at git.openembedded.org
Sat May 18 19:43:21 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 88a6c3b38bd806d91aa929653503c3f381fe2e9f
Author: Ankit Navik <ankit.tarot at gmail.com>
AuthorDate: Fri May 17 15:13:36 2019 +0530

    safec: Initial recipe for safe C library
    
    Add generic recipe for safe C library.
    This library implements the secure C11 Annex K functions on top of most libc
    implementations, which are missing from them.
    
    Signed-off-by: Ankit Navik <ankit.tarot at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-core/safec/safec_3.4.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/meta-oe/recipes-core/safec/safec_3.4.bb b/meta-oe/recipes-core/safec/safec_3.4.bb
new file mode 100644
index 0000000..2048fd4
--- /dev/null
+++ b/meta-oe/recipes-core/safec/safec_3.4.bb
@@ -0,0 +1,13 @@
+SUMMARY  = "Safe C Library"
+
+LICENSE  = "safec"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6d0eb7dfc57806a006fcbc4e389cf164"
+SECTION = "lib"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+SRCREV = "62e6b2df55084316d027165d286e46beb40513dc"
+SRC_URI = "git://github.com/rurban/safeclib.git"
+
+RDEPENDS_${PN} = "perl"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list