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:37:58 +0100 |
| commit | bcd4d3734213a8af868c16a15daf1a899f21d76d (patch) | |
| tree | 89b7889813a618b67d9fbb829cddd3098061c4db | |
| parent | 09b89187b8b042f0418ddb409b65ac85e166bc00 (diff) | |
| download | poky-bcd4d3734213a8af868c16a15daf1a899f21d76d.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>
| -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" |
