[oe-commits] [meta-openembedded] 05/07: physfs: Fix multilib install

git at git.openembedded.org git at git.openembedded.org
Sat Feb 9 02:02:29 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 f75c5e048196e94b14c4150f5cd9a1845134d29c
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Fri Feb 8 21:35:26 2019 +0100

    physfs: Fix multilib install
    
    | ERROR: physfs-1_3.0.1-r0 do_package: QA Issue: physfs: Files/directories were installed but not shipped in any package:
    |   /usr/lib/libphysfs.so
    |   /usr/lib/libphysfs.so.1
    |   /usr/lib/libphysfs.a
    |   /usr/lib/libphysfs.so.3.0.1
    |   /usr/lib/pkgconfig
    |   /usr/lib/pkgconfig/physfs.pc
    | Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
index cc97dea..18bedb8 100644
--- a/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
+++ b/meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb
@@ -11,3 +11,5 @@ PE = "1"
 SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2"
 SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d"
 SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1"
+
+EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}"

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


More information about the Openembedded-commits mailing list