From 45d78539aeedc80c4ebe91015b81b3fa1e9f5ca5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 3 Sep 2018 23:12:38 -0700 Subject: libgit2: Upgrade to 0.27.4 License Update: Added SHA1 module which is under MIT license Upgrade will fix build with openSSL 1.1+ Signed-off-by: Khem Raj --- meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb | 23 ---------------------- meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb | 24 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb create mode 100644 meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.24.3.bb deleted file mode 100644 index 8f580f9ff1..0000000000 --- a/meta-oe/recipes-support/libgit2/libgit2_0.24.3.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 = "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" diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb new file mode 100644 index 0000000000..59fb09c65b --- /dev/null +++ b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb @@ -0,0 +1,24 @@ +SUMMARY = "the Git linkable library" +HOMEPAGE = "http://libgit2.github.com/" +LICENSE = "GPL-2.0-with-GCC-exception & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" + +DEPENDS = "curl openssl zlib libssh2" + +SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.27" +#v0.27.4 +SRCREV = "8b89f362a34fcccdf1c6c5f3445895b71d9c6d56" + +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