deps/libgit2: add/prep for new version but do not enable it

To enable we need to update cargo.
This commit is contained in:
Cody P Schafer
2015-09-23 13:51:02 -04:00
parent e06125f009
commit d8c94be67f
3 changed files with 12 additions and 4 deletions
-4
View File
@@ -2,10 +2,6 @@ SUMMARY = "the Git linkable library"
HOMEPAGE = "http://libgit2.github.com/"
LICENSE = "GPL-2.0-with-linking-exception"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202 \
"
DEPENDS = "zlib"
inherit cmake
+2
View File
@@ -1,4 +1,6 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202"
SRC_URI[md5sum] = "dbf516d18e176bbb131de3efccfee533"
SRC_URI[sha256sum] = "c7f1bf99ed8aeba65a485489869e2a50f022f3cd847df85e192fc99fdd6c8b5e"
require libgit2-release.inc
+10
View File
@@ -0,0 +1,10 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2"
SRC_URI[md5sum] = "ade3b85d759866c03b6188e397b652fa"
SRC_URI[sha256sum] = "20c0a6ee92c0e19207dac6ddc336b4ae4a1c4ddf91be0891e4b6e6ccba16df0b"
require libgit2-release.inc
# Broken due to too old cargo using too old git2-rs
DEFAULT_PREFERENCE = "-1"