diff options
author | Ross Burton <ross.burton@intel.com> | 2013-04-11 17:25:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-12 17:00:44 +0100 |
commit | 0575b79af77c1318c034f0d509788e85d5b162e4 (patch) | |
tree | 5c24a7df73e1f35801493b620e674dae5b7d7dac /meta/recipes-core/systemd | |
parent | 2ef72c3174c8c111678ac7e3cf3d866eaf2c8d77 (diff) | |
download | poky-0575b79af77c1318c034f0d509788e85d5b162e4.tar.gz |
systemd: use ${BPN} instead of ${PN} in FILES
Otherwise in multlib builds the wrong name is used and files don't get packaged
correctly.
(From OE-Core rev: 6b1e5db596a8ba55a8f7b54aa9ff41771f39b230)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-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 3ee1283ab7..2de9c1417c 100644 --- a/meta/recipes-core/systemd/systemd_199.bb +++ b/meta/recipes-core/systemd/systemd_199.bb | |||
@@ -149,7 +149,7 @@ FILES_${PN} = " ${base_bindir}/* \ | |||
149 | ${datadir}/dbus-1/services \ | 149 | ${datadir}/dbus-1/services \ |
150 | ${datadir}/dbus-1/system-services \ | 150 | ${datadir}/dbus-1/system-services \ |
151 | ${datadir}/polkit-1 \ | 151 | ${datadir}/polkit-1 \ |
152 | ${datadir}/${PN} \ | 152 | ${datadir}/${BPN} \ |
153 | ${sysconfdir}/bash_completion.d/ \ | 153 | ${sysconfdir}/bash_completion.d/ \ |
154 | ${sysconfdir}/binfmt.d/ \ | 154 | ${sysconfdir}/binfmt.d/ \ |
155 | ${sysconfdir}/dbus-1/ \ | 155 | ${sysconfdir}/dbus-1/ \ |