diff options
| -rw-r--r-- | meta/recipes-core/volatile-binds/volatile-binds.bb | 2 |
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): | |||
| 28 | services.append("%s.service" % what[1:].replace("/", "-")) | 28 | services.append("%s.service" % what[1:].replace("/", "-")) |
| 29 | return " ".join(services) | 29 | return " ".join(services) |
| 30 | 30 | ||
| 31 | SYSTEMD_SERVICE_volatile-binds = "${@volatile_systemd_services(d)}" | 31 | SYSTEMD_SERVICE_${PN} = "${@volatile_systemd_services(d)}" |
| 32 | 32 | ||
| 33 | FILES_${PN} += "${systemd_unitdir}/system/*.service" | 33 | FILES_${PN} += "${systemd_unitdir}/system/*.service" |
| 34 | 34 | ||
