Agreed. I'll put out a v2 to fix that. On Thu, Aug 4, 2016 at 4:33 AM, Khem Raj <[email protected]> wrote:
> > > On Aug 2, 2016, at 11:21 AM, Derek Straka <[email protected]> wrote: > > > > Signed-off-by: Derek Straka <[email protected]> > > --- > > 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 > > [email protected] > > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > > > -- > _______________________________________________ > 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
