diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-02-08 21:35:26 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-08 15:17:32 -0800 |
commit | f75c5e048196e94b14c4150f5cd9a1845134d29c (patch) | |
tree | bd3c17011cf1b0a7c503105ffccd224904245ce6 /meta-filesystems/recipes-support/physfs | |
parent | 47e16ad6d3e0fcc9f206e526269a5950c2b281c9 (diff) | |
download | meta-openembedded-f75c5e048196e94b14c4150f5cd9a1845134d29c.tar.gz |
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@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-support/physfs')
-rw-r--r-- | meta-filesystems/recipes-support/physfs/physfs_3.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 cc97dead5..18bedb892 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" | |||
11 | SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" | 11 | SRC_URI = "http://icculus.org/${BPN}/downloads/${BP}.tar.bz2" |
12 | SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d" | 12 | SRC_URI[md5sum] = "359f102bcbd62accf84ef32f4863255d" |
13 | SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1" | 13 | SRC_URI[sha256sum] = "b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1" |
14 | |||
15 | EXTRA_OECMAKE = "-DLIB_SUFFIX=${@d.getVar('baselib').replace('lib', '')}" | ||