[oe-commits] [meta-openembedded] 01/05: libgit2: Don't pass parameters with their default values to cmake

git at git.openembedded.org git at git.openembedded.org
Wed Aug 28 08:11:08 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 a465f3e5e7ea2007f2242f0a4c8f1141e22e3eb6
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Wed Aug 28 08:25:43 2019 +0300

    libgit2: Don't pass parameters with their default values to cmake
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb b/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
index f02f5e7..82acc49 100644
--- a/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb
@@ -13,12 +13,8 @@ S = "${WORKDIR}/git"
 inherit cmake
 
 EXTRA_OECMAKE = "\
-    -DTHREADSAFE=ON \
     -DBUILD_CLAR=OFF \
-    -DSHA1_TYPE="builtin" \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-    -DBUILD_EXAMPLES=OFF \
-    -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