summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2015-10-10 17:19:51 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-10-21 15:59:03 -0400
commit0dc9aaf56aad187356bfbb32b07233442d4fbf1e (patch)
tree44350be26a2d337b9bcbb2f7451cd8d1ef2d633f /meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
parent9e75e3d136b83194496c3791cc9b43767c5a4396 (diff)
downloadmeta-openembedded-0dc9aaf56aad187356bfbb32b07233442d4fbf1e.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb')
-rw-r--r--meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
index 66b94dd94..2971280a2 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_8.9.3.bb
@@ -34,7 +34,7 @@ RDEPENDS_${PN} += "bash perl"
34# The drbd items are explicitly put under /lib when installed. 34# The drbd items are explicitly put under /lib when installed.
35# 35#
36FILES_${PN} += "/run" 36FILES_${PN} += "/run"
37FILES_${PN} += "${base_libdir}/drbd \ 37FILES_${PN} += "${nonarch_base_libdir}/drbd \
38 ${libdir}/drbd \ 38 ${nonarch_libdir}/drbd \
39 ${libdir}/tmpfiles.d" 39 ${nonarch_libdir}/tmpfiles.d"
40FILES_${PN}-dbg += "${base_libdir}/drbd/.debug" 40FILES_${PN}-dbg += "${nonarch_base_libdir}/drbd/.debug"