mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
drbd-utils: fix multilib problem
If multilib is enabled, errors about 'installed-not-shipped' would appear. This patch fixes this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
9e75e3d136
commit
0dc9aaf56a
@@ -34,7 +34,7 @@ RDEPENDS_${PN} += "bash perl"
|
||||
# The drbd items are explicitly put under /lib when installed.
|
||||
#
|
||||
FILES_${PN} += "/run"
|
||||
FILES_${PN} += "${base_libdir}/drbd \
|
||||
${libdir}/drbd \
|
||||
${libdir}/tmpfiles.d"
|
||||
FILES_${PN}-dbg += "${base_libdir}/drbd/.debug"
|
||||
FILES_${PN} += "${nonarch_base_libdir}/drbd \
|
||||
${nonarch_libdir}/drbd \
|
||||
${nonarch_libdir}/tmpfiles.d"
|
||||
FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug"
|
||||
|
||||
Reference in New Issue
Block a user