[oe-commits] Chen Qi : volatile-binds: use ${PN} for SYSTEMD_SERVICE

git at git.openembedded.org git at git.openembedded.org
Mon Sep 29 11:14:19 UTC 2014


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

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Mon Sep 15 15:47:21 2014 +0800

volatile-binds: use ${PN} for SYSTEMD_SERVICE

As this recipe inherits allarch, it makes no real difference whether
we are using ${PN} or 'volatile-binds'. But using ${PN} would keep
the same style with the other recipes in OE.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/volatile-binds/volatile-binds.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb
index 4080ff7..694ba1e 100644
--- a/meta/recipes-core/volatile-binds/volatile-binds.bb
+++ b/meta/recipes-core/volatile-binds/volatile-binds.bb
@@ -28,7 +28,7 @@ def volatile_systemd_services(d):
         services.append("%s.service" % what[1:].replace("/", "-"))
     return " ".join(services)
 
-SYSTEMD_SERVICE_volatile-binds = "${@volatile_systemd_services(d)}"
+SYSTEMD_SERVICE_${PN} = "${@volatile_systemd_services(d)}"
 
 FILES_${PN} += "${systemd_unitdir}/system/*.service"
 



More information about the Openembedded-commits mailing list