[oe-commits] Ross Burton : systemd: use ${BPN} instead of ${PN} in FILES

git at git.openembedded.org git at git.openembedded.org
Fri Apr 12 15:59:12 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Apr 11 17:25:39 2013 +0100

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 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 3ee1283..2de9c14 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/ \





More information about the Openembedded-commits mailing list