diff options
| -rw-r--r-- | meta/recipes-support/libgit2/libgit2_1.6.3.bb | 3 |
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" | |||
| 13 | inherit cmake | 13 | inherit cmake |
| 14 | 14 | ||
| 15 | EXTRA_OECMAKE = "\ | 15 | EXTRA_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 | ||
