diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-12-18 22:51:26 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-12-19 11:02:29 -0800 |
| commit | 7b39ea059ae65323eb24cb3a45c969283cb78050 (patch) | |
| tree | 2785e7daaeb9fa87c567c454ad8efdba25745da8 | |
| parent | d6b848261180c50adff51ad6e304f4a4a6ed21d9 (diff) | |
| download | meta-openembedded-7b39ea059ae65323eb24cb3a45c969283cb78050.tar.gz | |
libgit2: Upgrade to 0.28.4
Fix library install path to consider multilib as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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" |
