mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libtomcrypt: pass LIBPATH to fix installed-vs-shipped with multilib
* fixes:
ERROR: QA Issue: libtomcrypt: Files/directories were installed but not shipped in any package:
/usr/lib
/usr/lib/libtomcrypt.so.1.0.1
/usr/lib/libtomcrypt.so.1
/usr/lib/libtomcrypt.so
/usr/lib/pkgconfig
/usr/lib/pkgconfig/libtomcrypt.pc
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
libtomcrypt: 6 installed and not shipped files. [installed-vs-shipped]
when libdir is /usr/lib64 with multilib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
e013b40cf5
commit
8bbc9ee4e1
|
|
@ -17,5 +17,5 @@ do_compile() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake -f makefile.shared 'PREFIX=${prefix}' 'DESTDIR=${D}' install
|
||||
oe_runmake -f makefile.shared 'PREFIX=${prefix}' 'DESTDIR=${D}' 'LIBPATH=${libdir}' install
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user