summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-01-30 22:35:09 +0100
committerKhem Raj <raj.khem@gmail.com>2019-01-30 17:18:52 -0800
commite8715141123748be99ebbc7e323093045706f22d (patch)
tree025b201daf3b7d31332ab6b4d9f7248d0e33d721
parent2feb6f1d914213507282157969df92559a4b05ca (diff)
downloadmeta-openembedded-e8715141123748be99ebbc7e323093045706f22d.tar.gz
libgit2: Fix install for multilib
| ERROR: libgit2-0.27.4-r0 do_package: QA Issue: libgit2: Files/directories were installed but not shipped in any package: | /usr/lib/libgit2.so.0.27.5 | /usr/lib/libgit2.so.27 | /usr/lib/libgit2.so | /usr/lib/pkgconfig | /usr/lib/pkgconfig/libgit2.pc | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. + reduce 8 spaces by 4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb
index e7f7688922..816ae5e2ed 100644
--- a/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb
+++ b/meta-oe/recipes-support/libgit2/libgit2_0.27.4.bb
@@ -14,11 +14,12 @@ S = "${WORKDIR}/git"
14inherit cmake 14inherit cmake
15 15
16EXTRA_OECMAKE = "\ 16EXTRA_OECMAKE = "\
17 -DTHREADSAFE=ON \ 17 -DTHREADSAFE=ON \
18 -DBUILD_CLAR=OFF \ 18 -DBUILD_CLAR=OFF \
19 -DSHA1_TYPE="builtin" \ 19 -DSHA1_TYPE="builtin" \
20 -DCMAKE_BUILD_TYPE=RelWithDebInfo \ 20 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
21 -DBUILD_EXAMPLES=OFF \ 21 -DBUILD_EXAMPLES=OFF \
22 -DLIB_INSTALL_DIR=${libdir} \
22" 23"
23 24
24BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"