> On Aug 2, 2016, at 11:21 AM, Derek Straka <de...@asterius.io> wrote:
> 
> Signed-off-by: Derek Straka <de...@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=34197a479f637beb9e09e56893f48bc2"
> +
> +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@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to