diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-17 21:25:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-18 00:38:02 +0100 |
commit | fd09fcc6e2545a52f616acff9b3a900bb44ba3f5 (patch) | |
tree | 6aab1e31483e387c8b54adca165550554837ec9d /meta/recipes-core | |
parent | f781dec7d1d11033c2399b82877698a892f00933 (diff) | |
download | poky-fd09fcc6e2545a52f616acff9b3a900bb44ba3f5.tar.gz |
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.
(From OE-Core rev: 60bb2f795a0b3e83de5861185446992fb91ffba0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 3b4e2ec5f7..159dfd8b86 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}/* \ | |||
191 | /lib/udev/rules.d/99-systemd.rules \ | 191 | /lib/udev/rules.d/99-systemd.rules \ |
192 | " | 192 | " |
193 | 193 | ||
194 | FILES_${PN}-dbg += "${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/" | 194 | FILES_${PN}-dbg += "${rootlibdir}/.debug ${systemd_unitdir}/.debug ${systemd_unitdir}/*/.debug ${base_libdir}/security/.debug/" |
195 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" | 195 | FILES_${PN}-dev += "${base_libdir}/security/*.la ${datadir}/dbus-1/interfaces/ ${sysconfdir}/rpm/macros.systemd" |
196 | 196 | ||
197 | RDEPENDS_${PN} += "dbus util-linux-mount" | 197 | RDEPENDS_${PN} += "dbus util-linux-mount" |