diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-18 23:09:47 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-19 13:56:51 -0800 |
commit | 16fc37015e74bfc2a242c43635bcd8bbc7b9551b (patch) | |
tree | 407c4545a5a4549846d16f68ed8169d92a575e52 /meta-oe/recipes-support/inih | |
parent | 7b39ea059ae65323eb24cb3a45c969283cb78050 (diff) | |
download | meta-openembedded-16fc37015e74bfc2a242c43635bcd8bbc7b9551b.tar.gz |
libinih: Fix multilib build
Fixes
ERROR: libinih-0.0+gitrAUTOINC+25078f7156-r3 do_package: QA Issue: libinih: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/libinih.a
/usr/lib/libinihcpp.a
/usr/lib/pkgconfig
/usr/lib/pkgconfig/inihcpp.pc
/usr/lib/pkgconfig/inih.pc
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inih')
-rw-r--r-- | meta-oe/recipes-support/inih/libinih_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/inih/libinih_git.bb b/meta-oe/recipes-support/inih/libinih_git.bb index 48271f721..87b1142e0 100644 --- a/meta-oe/recipes-support/inih/libinih_git.bb +++ b/meta-oe/recipes-support/inih/libinih_git.bb | |||
@@ -8,8 +8,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=dae28cbf28207425e0d0b3eb835f4bde" | |||
8 | PR = "r3" | 8 | PR = "r3" |
9 | 9 | ||
10 | # The github repository provides a cmake and pkg-config integration | 10 | # The github repository provides a cmake and pkg-config integration |
11 | SRCREV = "25078f7156eb8647b3b35dd25f9ae6f8c4ee0589" | 11 | SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23" |
12 | SRC_URI = "git://github.com/OSSystems/inih.git" | 12 | SRC_URI = "git://github.com/OSSystems/inih.git \ |
13 | " | ||
13 | 14 | ||
14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
15 | 16 | ||