diff options
-rw-r--r-- | meta-oe/recipes-support/libgit2/libgit2_0.28.3.bb | 4 |
1 files changed, 0 insertions, 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 f02f5e7382..82acc4926f 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" | |||
13 | inherit cmake | 13 | inherit cmake |
14 | 14 | ||
15 | EXTRA_OECMAKE = "\ | 15 | EXTRA_OECMAKE = "\ |
16 | -DTHREADSAFE=ON \ | ||
17 | -DBUILD_CLAR=OFF \ | 16 | -DBUILD_CLAR=OFF \ |
18 | -DSHA1_TYPE="builtin" \ | ||
19 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ | 17 | -DCMAKE_BUILD_TYPE=RelWithDebInfo \ |
20 | -DBUILD_EXAMPLES=OFF \ | ||
21 | -DLIB_INSTALL_DIR=${libdir} \ | ||
22 | " | 18 | " |
23 | 19 | ||
24 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |