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

Khem Raj raj.khem at gmail.com
Thu Aug 4 08:33:36 UTC 2016


> 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=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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160804/f9a26944/attachment-0002.sig>


More information about the Openembedded-devel mailing list