mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user