summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-30 19:50:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-31 23:30:36 +0100
commit65ee49e1e75d38761b396dc5425f157e1be8bee1 (patch)
treeacd88366b84bed3d483aa51ed03dcf46f7e4bba3 /meta/recipes-support
parentef12246e320ab97da538253c95c5c509c979bbf0 (diff)
downloadpoky-65ee49e1e75d38761b396dc5425f157e1be8bee1.tar.gz
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 <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libgit2/libgit2_1.6.3.bb3
1 files changed, 1 insertions, 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"
13inherit cmake 13inherit cmake
14 14
15EXTRA_OECMAKE = "\ 15EXTRA_OECMAKE = "\
16 -DBUILD_CLAR=OFF \ 16 -DBUILD_TESTS=OFF \
17 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ 17 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
18 -DLIB_INSTALL_DIR=${libdir} \
19 -DREGEX_BACKEND='pcre2' \ 18 -DREGEX_BACKEND='pcre2' \
20" 19"
21 20