[oe] [meta-oe][PATCH] libgit2: add a recipe for libgit2 version 0.24.1

Derek Straka derek at asterius.io
Thu Aug 4 18:23:09 UTC 2016


Agreed.  I'll put out a v2 to fix that.

On Thu, Aug 4, 2016 at 4:33 AM, Khem Raj <raj.khem at gmail.com> wrote:

>
> > On Aug 2, 2016, at 11:21 AM, Derek Straka <derek at asterius.io> wrote:
> >
> > Signed-off-by: Derek Straka <derek at asterius.io>
> > ---
> > meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb | 24
> +++++++++++++++++++++++
> > 1 file changed, 24 insertions(+)
> > create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> >
> > diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> > new file mode 100644
> > index 0000000..e580308
> > --- /dev/null
> > +++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb
> > @@ -0,0 +1,24 @@
> > +SUMMARY = "the Git linkable library"
> > +HOMEPAGE = "http://libgit2.github.com/"
> > +LICENSE = "GPL-2.0-with-GCC-exception"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48b
> c2"
> > +
> > +DEPENDS = "openssl zlib"
> > +
> > +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24"
> > +SRCREV = "211e117a0590583a720c53172406f34186c543bd"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +inherit cmake
> > +
> > +EXTRA_OECMAKE = "\
> > +     -DTHREADSAFE=ON \
> > +     -DBUILD_CLAR=OFF \
> > +     -DSHA1_TYPE="builtin" \
> > +     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
> > +     -DBUILD_SHARED_LIBS=OFF \
>
> I think we should not disable shared objects unconditionally here.
>
> > +     -DBUILD_EXAMPLES=OFF \
> > +"
> > +
> > +BBCLASSEXTEND = "native"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel at lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
> --
> _______________________________________________
> 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