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-11 22:41:29 +0100 |
commit | 6b1e5db596a8ba55a8f7b54aa9ff41771f39b230 (patch) | |
tree | 916d2ef6d344be75dd54c8931fcb4c519688b1f8 /meta/recipes-core/systemd | |
parent | 23d6746efe1b3f31ad156db58fbc2767f750b712 (diff) | |
download | openembedded-core-6b1e5db596a8ba55a8f7b54aa9ff41771f39b230.tar.gz openembedded-core-6b1e5db596a8ba55a8f7b54aa9ff41771f39b230.tar.bz2 openembedded-core-6b1e5db596a8ba55a8f7b54aa9ff41771f39b230.zip |
systemd: use ${BPN} instead of ${PN} in FILES
Otherwise in multlib builds the wrong name is used and files don't get packaged
correctly.
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}/* \ ${datadir}/dbus-1/services \ ${datadir}/dbus-1/system-services \ ${datadir}/polkit-1 \ - ${datadir}/${PN} \ + ${datadir}/${BPN} \ ${sysconfdir}/bash_completion.d/ \ ${sysconfdir}/binfmt.d/ \ ${sysconfdir}/dbus-1/ \ |