* [PATCH 1/2] systemd: use ${BPN} instead of ${PN} in FILES
@ 2013-04-11 16:25 Ross Burton
2013-04-11 16:25 ` [PATCH 2/2] util-linux: use $PN in SYSTEMD_PACKAGES Ross Burton
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2013-04-11 16:25 UTC (permalink / raw)
To: openembedded-core
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>
---
meta/recipes-core/systemd/systemd_199.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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/ \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-11 16:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 16:25 [PATCH 1/2] systemd: use ${BPN} instead of ${PN} in FILES Ross Burton
2013-04-11 16:25 ` [PATCH 2/2] util-linux: use $PN in SYSTEMD_PACKAGES Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox