mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
uml-utilities: Fix build errors exposed with multilib
With multilib it cant package the files that go into the arch independend lib dir Fixes ERROR: QA Issue: uml-utilities: Files/directories were installed but not shipped /usr/lib /usr/lib/uml /usr/lib/uml/port-helper /usr/lib/uml/.debug /usr/lib/uml/.debug/port-helper Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ef3f283609
commit
2e09c091f1
|
|
@ -22,5 +22,5 @@ do_install() {
|
|||
oe_runmake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}"
|
||||
FILES_${PN}-dbg += "${libdir}/uml/.debug"
|
||||
FILES_${PN} += "${exec_prefix}${nonarch_base_libdir}"
|
||||
FILES_${PN}-dbg += "${exec_prefix}${nonarch_base_libdir}/uml/.debug"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user