[oe] [meta-oe][PATCH 18/20] check: add recipe

Khem Raj raj.khem at gmail.com
Mon Jun 25 16:35:02 UTC 2018


On Mon, Jun 25, 2018 at 2:05 AM Burton, Ross <ross.burton at intel.com> wrote:
>
> Already in oe-core: meta/recipes-support/libcheck/libcheck_0.12.0.bb
>

yes thanks, it seems I points devtool finish to point to wrong layer.
It will be dropped here.

> Ross
>
> On 24 June 2018 at 20:18, Khem Raj <raj.khem at gmail.com> wrote:
> > It is a C unittest framework
> >
> > Signed-off-by: Khem Raj <raj.khem at gmail.com>
> > ---
> >  meta-oe/recipes-test/check/check_git.bb | 21 +++++++++++++++++++++
> >  1 file changed, 21 insertions(+)
> >  create mode 100644 meta-oe/recipes-test/check/check_git.bb
> >
> > diff --git a/meta-oe/recipes-test/check/check_git.bb b/meta-oe/recipes-test/check/check_git.bb
> > new file mode 100644
> > index 0000000000..e7bfece3cf
> > --- /dev/null
> > +++ b/meta-oe/recipes-test/check/check_git.bb
> > @@ -0,0 +1,21 @@
> > +# Copyright (C) 2018 Khem Raj <raj.khem at gmail.com>
> > +# Released under the MIT license (see COPYING.MIT for the terms)
> > +
> > +DESCRIPTION = "A unit testing framework for C"
> > +HOMEPAGE = "https://libcheck.github.io/check/"
> > +LICENSE = "LGPL-2.1"
> > +LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
> > +
> > +PV = "0.12.0+git${SRCPV}"
> > +
> > +SRCREV = "285d04b3d461ba68dc39e0f9e847784fb6064bb3"
> > +
> > +SRC_URI = "git://github.com/libcheck/check"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit cmake
> > +
> > +do_install_append() {
> > +    rm -rf ${D}${exec_prefix}/cmake
> > +}
> > --
> > 2.18.0
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list