diff --git a/recipes-deps/libgit2/libgit2.inc b/recipes-deps/libgit2/libgit2.inc index dd9c2b8..10958bd 100644 --- a/recipes-deps/libgit2/libgit2.inc +++ b/recipes-deps/libgit2/libgit2.inc @@ -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 diff --git a/recipes-deps/libgit2/libgit2_0.22.1.bb b/recipes-deps/libgit2/libgit2_0.22.1.bb index b47fdc9..72f8abf 100644 --- a/recipes-deps/libgit2/libgit2_0.22.1.bb +++ b/recipes-deps/libgit2/libgit2_0.22.1.bb @@ -1,4 +1,6 @@ +LIC_FILES_CHKSUM = "file://COPYING;md5=29c24df0df4c2bab5efb8d5a33a73202" SRC_URI[md5sum] = "dbf516d18e176bbb131de3efccfee533" SRC_URI[sha256sum] = "c7f1bf99ed8aeba65a485489869e2a50f022f3cd847df85e192fc99fdd6c8b5e" + require libgit2-release.inc diff --git a/recipes-deps/libgit2/libgit2_0.23.2.bb b/recipes-deps/libgit2/libgit2_0.23.2.bb new file mode 100644 index 0000000..c0b5be7 --- /dev/null +++ b/recipes-deps/libgit2/libgit2_0.23.2.bb @@ -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"