mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tomoyo-tools: pass correct libdir to make
Fix QA issue when enable multilib: ERROR: QA Issue: tomoyo-tools: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libtomoyotools.so.3.0.2 /usr/lib/libtomoyotools.so.3 /usr/lib/.debug /usr/lib/tomoyo /usr/lib/.debug/libtomoyotools.so.3.0.2 /usr/lib/tomoyo/init_policy [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
This commit is contained in:
@@ -18,7 +18,8 @@ FILES_${PN} += "${libdir}/tomoyo"
|
|||||||
FILES_${PN}-dbg += "${libdir}/tomoyo/.debug"
|
FILES_${PN}-dbg += "${libdir}/tomoyo/.debug"
|
||||||
|
|
||||||
DEPENDS = "linux-libc-headers ncurses"
|
DEPENDS = "linux-libc-headers ncurses"
|
||||||
CFLAGS_append += "-D_GNU_SOURCE"
|
|
||||||
|
EXTRA_OEMAKE = "-e USRLIBDIR=${libdir}"
|
||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
oe_runmake 'CC=${CC}'
|
oe_runmake 'CC=${CC}'
|
||||||
|
|||||||
Reference in New Issue
Block a user