[oe-commits] Ross Burton : systemd: fix -dbg package with multilib

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 21:31:35 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: e4440ae804e8ae022e128cf1bcda3011fabe3ff3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e4440ae804e8ae022e128cf1bcda3011fabe3ff3

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Apr 17 21:25:07 2013 +0000

systemd: fix -dbg package with multilib

When libdir isn't /lib the files that are in nonarch_base_libdir were being left
out of the -dbg package.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_199.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb
index f5936c2..da4f2bd 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -194,7 +194,7 @@ FILES_${PN} = " ${base_bindir}/* \
                 /lib/udev/rules.d/99-systemd.rules \
                "
 
-FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/"
+FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/"
 FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd"
 
 RDEPENDS_${PN} += "dbus util-linux-mount"





More information about the Openembedded-commits mailing list