Hi Raj, On Mon 27 May, 2019, 21:10 Khem Raj, <[email protected]> wrote:
> On Mon, May 27, 2019 at 3:06 AM Ankit Navik <[email protected]> wrote: > > > > 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 <[email protected]> > > --- > > meta-oe/recipes-core/safec/safec_3.4.bb | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > create mode 100644 meta-oe/recipes-core/safec/safec_3.4.bb > > > > 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 000000000..ad3c4ba74 > > --- /dev/null > > +++ b/meta-oe/recipes-core/safec/safec_3.4.bb > > @@ -0,0 +1,15 @@ > > +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" > > + > > +COMPATIBLE_HOST = '(x86_64|i.86|arm|aarch64).*-linux' > > is it limited to these architectures ? > I have not verified for mips. Since I didn't have target to verify. But let me check, whether it is feasible for mips or not. I'll keep you posted Regards, Ankit > > > + > > +RDEPENDS_${PN} = "perl" > > -- > > 2.20.1 > > > > -- > > _______________________________________________ > > Openembedded-devel mailing list > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
