[oe-commits] [meta-openembedded] 01/08: libinih: Fix multilib build

git at git.openembedded.org git at git.openembedded.org
Thu Dec 19 21:58:39 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 16fc37015e74bfc2a242c43635bcd8bbc7b9551b
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Dec 18 23:09:47 2019 -0800

    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 at gmail.com>
---
 meta-oe/recipes-support/inih/libinih_git.bb | 5 +++--
 1 file 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 48271f7..87b1142 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"
 PR = "r3"
 
 # The github repository provides a cmake and pkg-config integration
-SRCREV = "25078f7156eb8647b3b35dd25f9ae6f8c4ee0589"
-SRC_URI = "git://github.com/OSSystems/inih.git"
+SRCREV = "c858aff8c31fa63ef4d1e0176c10e5928cde9a23"
+SRC_URI = "git://github.com/OSSystems/inih.git \
+          "
 
 S = "${WORKDIR}/git"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list