diff options
Diffstat (limited to 'meta/classes/systemd.bbclass')
-rw-r--r-- | meta/classes/systemd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index c7b784dea8..c8f4fdec88 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass | |||
@@ -86,7 +86,7 @@ python systemd_populate_packages() { | |||
86 | def systemd_generate_package_scripts(pkg): | 86 | def systemd_generate_package_scripts(pkg): |
87 | bb.debug(1, 'adding systemd calls to postinst/postrm for %s' % pkg) | 87 | bb.debug(1, 'adding systemd calls to postinst/postrm for %s' % pkg) |
88 | 88 | ||
89 | paths_escaped = ' '.join(shlex.quote(s) for s in d.getVar('SYSTEMD_SERVICE_' + pkg, True).split()) | 89 | paths_escaped = ' '.join(shlex.quote(s) for s in d.getVar('SYSTEMD_SERVICE_' + pkg).split()) |
90 | d.setVar('SYSTEMD_SERVICE_ESCAPED_' + pkg, paths_escaped) | 90 | d.setVar('SYSTEMD_SERVICE_ESCAPED_' + pkg, paths_escaped) |
91 | 91 | ||
92 | # Add pkg to the overrides so that it finds the SYSTEMD_SERVICE_pkg | 92 | # Add pkg to the overrides so that it finds the SYSTEMD_SERVICE_pkg |