diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-08-28 08:25:43 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-29 09:06:54 -0700 |
| commit | da358cf1f02f622979026f5002a1b835edf5e9d8 (patch) | |
| tree | d696841f56b753a02d15ef47c5edeb2cdb3f99e2 /meta-oe/recipes-support | |
| parent | e1acbf33f7acd4f5b42e777fbd5b4fe506ad559c (diff) | |
| download | meta-openembedded-da358cf1f02f622979026f5002a1b835edf5e9d8.tar.gz | |
libgit2: Don't pass parameters with their default values to cmake
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -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" |
