[oe-commits] [meta-openembedded] 05/11: libgit2: Upgrade to 0.28.4

git at git.openembedded.org git at git.openembedded.org
Thu Dec 19 19:02:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 7b39ea059ae65323eb24cb3a45c969283cb78050
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Dec 18 22:51:26 2019 -0800

    libgit2: Upgrade to 0.28.4
    
    Fix library install path to consider multilib as well
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-support/libgit2/{libgit2_0.28.3.bb => libgit2_0.28.4.bb}   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.28.4.bb
similarity index 84%
rename from meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
rename to meta-oe/recipes-support/libgit2/libgit2_0.28.4.bb
index 82acc49..9b9c191 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"
 DEPENDS = "curl openssl zlib libssh2 libgcrypt"
 
 SRC_URI = "git://github.com/libgit2/libgit2.git;branch=maint/v0.28"
-SRCREV = "7ce88e66a19e3b48340abcdd86aeaae1882e63cc"
+SRCREV = "106a5f27586504ea371528191f0ea3aac2ad432b"
 
 S = "${WORKDIR}/git"
 
@@ -15,6 +15,7 @@ inherit cmake
 EXTRA_OECMAKE = "\
     -DBUILD_CLAR=OFF \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    -DLIB_INSTALL_DIR=${libdir} \
 "
 
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list