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

git at git.openembedded.org git at git.openembedded.org
Wed Apr 17 23:07:30 UTC 2013


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

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 3b4e2ec..159dfd8 100644
--- a/meta/recipes-core/systemd/systemd_199.bb
+++ b/meta/recipes-core/systemd/systemd_199.bb
@@ -191,7 +191,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