From 270248fa9abeab2d9bfede6e8e687e827578e1e1 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 1 Dec 2016 11:39:19 -0600 Subject: [PATCH] Revert "libgit2: remove recipe that is now in meta-openembedded" This reverts commit b2e6f98f3e069d5e8e6294ff076bdb20a9caa752. This change is in open-embedded for morty but not for krogoth so we must keep it. --- recipes-deps/libgit2/libgit2-release.inc | 3 +++ recipes-deps/libgit2/libgit2_0.24.1.bb | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 recipes-deps/libgit2/libgit2-release.inc create mode 100644 recipes-deps/libgit2/libgit2_0.24.1.bb 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_0.24.1.bb b/recipes-deps/libgit2/libgit2_0.24.1.bb new file mode 100644 index 0000000..2d0c6ff --- /dev/null +++ b/recipes-deps/libgit2/libgit2_0.24.1.bb @@ -0,0 +1,4 @@ +LIC_FILES_CHKSUM = "file://COPYING;md5=34197a479f637beb9e09e56893f48bc2" +SRC_URI[md5sum] = "3674ca2d40388b1175e25b6f5a3a82ad" +SRC_URI[sha256sum] = "60198cbb34066b9b5c1613d15c0479f6cd25f4aef42f7ec515cd1cc13a77fede" +require libgit2-release.inc