diff options
| -rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_0.28.4.bb (renamed from meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.28.4.bb index 82acc4926f..9b9c191049 100644 --- a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb +++ b/meta-oe/recipes-support/libgit2/libgit2_0.28.4.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f2cd5d3cccd71d62066ba619614592b" | |||
| 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" | 6 | DEPENDS = "curl openssl zlib libssh2 libgcrypt" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28" | 8 | SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28" |
| 9 | SRCREV = "7ce88e66a19e3b48340abcdd86aeaae1882e63cc" | 9 | SRCREV = "106a5f27586504ea371528191f0ea3aac2ad432b" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 12 | 12 | ||
| @@ -15,6 +15,7 @@ inherit cmake | |||
| 15 | EXTRA_OECMAKE = "\ | 15 | EXTRA_OECMAKE = "\ |
| 16 | -DBUILD_CLAR=OFF \ | 16 | -DBUILD_CLAR=OFF \ |
| 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
| 18 | -DLIB_INSTALL_DIR=${libdir} \ | ||
| 18 | " | 19 | " |
| 19 | 20 | ||
| 20 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |
