From: Ross Burton Date: Thu, 11 Apr 2013 16:25:39 +0000 (+0100) Subject: systemd: use ${BPN} instead of ${PN} in FILES X-Git-Tag: 2015-4~6856 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6b1e5db596a8ba55a8f7b54aa9ff41771f39b230;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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/ \