From 65ee49e1e75d38761b396dc5425f157e1be8bee1 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 30 Mar 2023 19:50:05 +0100 Subject: libgit2: clean up CMake variables LIB_INSTALL_DIR was removed in libgit2 1.0 when they moved to using GNUInstallDirs. BUILD_CLAR is now BUILD_TESTS as of libgit2 1.4. (From OE-Core rev: 9d321a4abf2ee35647293f5ec7e4c354974b45c6) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-support/libgit2/libgit2_1.6.3.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-support/libgit2/libgit2_1.6.3.bb b/meta/recipes-support/libgit2/libgit2_1.6.3.bb index 554e18e4da..cab7d7a20a 100644 --- a/meta/recipes-support/libgit2/libgit2_1.6.3.bb +++ b/meta/recipes-support/libgit2/libgit2_1.6.3.bb @@ -13,9 +13,8 @@ S = "${WORKDIR}/git" inherit cmake EXTRA_OECMAKE = "\ - -DBUILD_CLAR=OFF \ + -DBUILD_TESTS=OFF \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DLIB_INSTALL_DIR=${libdir} \ -DREGEX_BACKEND='pcre2' \ " -- cgit v1.2.3-54-g00ecf