diff options
-rw-r--r-- | meta/classes-recipe/systemd.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/systemd.bbclass b/meta/classes-recipe/systemd.bbclass index 9a16babe43..48b364c1d4 100644 --- a/meta/classes-recipe/systemd.bbclass +++ b/meta/classes-recipe/systemd.bbclass | |||
@@ -170,7 +170,7 @@ python systemd_populate_packages() { | |||
170 | base = service[:at] + '@' + service[ext:] | 170 | base = service[:at] + '@' + service[ext:] |
171 | 171 | ||
172 | for path in searchpaths: | 172 | for path in searchpaths: |
173 | if os.path.exists(oe.path.join(d.getVar("D"), path, service)): | 173 | if os.path.lexists(oe.path.join(d.getVar("D"), path, service)): |
174 | path_found = path | 174 | path_found = path |
175 | break | 175 | break |
176 | elif base is not None: | 176 | elif base is not None: |