diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_1.1.0.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb b/meta-oe/recipes-support/libgit2/libgit2_1.1.0.bb index 363ed4d65..2bbf59ea7 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_1.0.1.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_1.1.0.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5b002a195fb7ea2d8d583f07eaff3a8e" | |||
5 | 5 | ||
6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt libpcre2" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.0" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v1.1" |
9 | SRCREV = "0ced29612dacb67eefe0c562a5c1d3aab21cce96" | 9 | SRCREV = "7f4fa178629d559c037a1f72f79f79af9c1ef8ce" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||