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:
Qi.Chen@windriver.com 2015-10-10 17:19:51 +08:00 committed by Joe MacDonald
parent 9e75e3d136
commit 0dc9aaf56a

View File

@ -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"