From e4f6f96f9056704a3afea0917b28ca483ccc8309 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 13 Nov 2016 18:02:54 -0800 Subject: libgit2: Update to 0.24.3 Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb | 23 ----------------------- meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.3.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 deleted file mode 100644 index 092a6740d4..0000000000 --- a/meta-oe/recipes-support/libgit2/libgit2_0.24.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -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 = "curl openssl zlib libssh2" - -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_EXAMPLES=OFF \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb new file mode 100644 index 0000000000..8f580f9ff1 --- /dev/null +++ b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb @@ -0,0 +1,23 @@ +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 = "curl openssl zlib libssh2" + +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.24" +SRCREV = "4cf1ec7cff28da8838a2f0a9fb330e312ea3f963" + +S = "${WORKDIR}/git" + +inherit cmake + +EXTRA_OECMAKE = "\ + -DTHREADSAFE=ON \ + -DBUILD_CLAR=OFF \ + -DSHA1_TYPE="builtin" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DBUILD_EXAMPLES=OFF \ +" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg