From f15b1b483ab5fd4b37ae4103b5d7f9aa51707bd0 Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Mon, 8 Dec 2014 18:28:18 -0500 Subject: [PATCH] libgit2: add newer version (cargo dep) --- recipes-deps/libgit2/libgit2-git.inc | 2 ++ recipes-deps/libgit2/libgit2-release.inc | 3 +++ recipes-deps/libgit2/libgit2.inc | 2 -- recipes-deps/libgit2/libgit2_0.21.1.bb | 2 +- recipes-deps/libgit2/libgit2_0.21.2.bb | 4 ++++ recipes-deps/libgit2/libgit2_git.bb | 2 ++ 6 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 recipes-deps/libgit2/libgit2-git.inc create mode 100644 recipes-deps/libgit2/libgit2-release.inc create mode 100644 recipes-deps/libgit2/libgit2_0.21.2.bb create mode 100644 recipes-deps/libgit2/libgit2_git.bb diff --git a/recipes-deps/libgit2/libgit2-git.inc b/recipes-deps/libgit2/libgit2-git.inc new file mode 100644 index 0000000..f872784 --- /dev/null +++ b/recipes-deps/libgit2/libgit2-git.inc @@ -0,0 +1,2 @@ +require libgit2.inc +SRC_URI = "git://github.com/libgit2/libgit2.git;protocol=https" diff --git a/recipes-deps/libgit2/libgit2-release.inc b/recipes-deps/libgit2/libgit2-release.inc new file mode 100644 index 0000000..a1c2a19 --- /dev/null +++ b/recipes-deps/libgit2/libgit2-release.inc @@ -0,0 +1,3 @@ +require libgit2.inc +SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz" + diff --git a/recipes-deps/libgit2/libgit2.inc b/recipes-deps/libgit2/libgit2.inc index 286ec34..b473fc7 100644 --- a/recipes-deps/libgit2/libgit2.inc +++ b/recipes-deps/libgit2/libgit2.inc @@ -2,8 +2,6 @@ SUMMARY = "the Git linkable library" HOMEPAGE = "http://libgit2.github.com/" LICENSE = "GPL-2.0-with-linking-exception" -SRC_URI = "https://github.com/libgit2/libgit2/archive/v${PV}.tar.gz" - LIC_FILES_CHKSUM = "\ file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202 \ " diff --git a/recipes-deps/libgit2/libgit2_0.21.1.bb b/recipes-deps/libgit2/libgit2_0.21.1.bb index 9b94b41..dc08d65 100644 --- a/recipes-deps/libgit2/libgit2_0.21.1.bb +++ b/recipes-deps/libgit2/libgit2_0.21.1.bb @@ -1,4 +1,4 @@ SRC_URI[md5sum] = "cbf3422d54dd6f55f09855a6eb749f41" SRC_URI[sha256sum] = "bc06bc9b5f8449040b8d0f727c83cbd7a4c2243317d33d57c3c548873294845e" -require libgit2.inc +require libgit2-release.inc diff --git a/recipes-deps/libgit2/libgit2_0.21.2.bb b/recipes-deps/libgit2/libgit2_0.21.2.bb new file mode 100644 index 0000000..dc08d65 --- /dev/null +++ b/recipes-deps/libgit2/libgit2_0.21.2.bb @@ -0,0 +1,4 @@ + +SRC_URI[md5sum] = "cbf3422d54dd6f55f09855a6eb749f41" +SRC_URI[sha256sum] = "bc06bc9b5f8449040b8d0f727c83cbd7a4c2243317d33d57c3c548873294845e" +require libgit2-release.inc diff --git a/recipes-deps/libgit2/libgit2_git.bb b/recipes-deps/libgit2/libgit2_git.bb new file mode 100644 index 0000000..8e1d986 --- /dev/null +++ b/recipes-deps/libgit2/libgit2_git.bb @@ -0,0 +1,2 @@ +require libgit2-git.inc +SRCREV = "99cfe9b266afdf9d9f9d4975fcc9d1b101d20411"