aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/volatile-binds
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-09-15 15:47:21 +0800
committerChen Qi <Qi.Chen@windriver.com>2014-09-16 15:54:19 +0800
commite082072fe648c56e46f00c80c4a9aa329513c30d (patch)
tree6455288beec7e848e9c0c24e441517c1f87ba65c /meta/recipes-core/volatile-binds
parent6a598c186a0d023d66175a7b7f29c5e09f3a97a3 (diff)
downloadopenembedded-core-contrib-ChenQi/multilib-SYSTEMD_SERVICE.tar.gz
volatile-binds: use ${PN} for SYSTEMD_SERVICEChenQi/multilib-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@windriver.com>
Diffstat (limited to 'meta/recipes-core/volatile-binds')
-rw-r--r--meta/recipes-core/volatile-binds/volatile-binds.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/volatile-binds/volatile-binds.bb b/meta/recipes-core/volatile-binds/volatile-binds.bb
index 4080ff7ef2..694ba1e487 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"