diff options
Diffstat (limited to 'meta/classes/systemd.bbclass')
-rw-r--r-- | meta/classes/systemd.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 1ce0b948b1..c4b4bb9b70 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass | |||
@@ -89,7 +89,6 @@ python systemd_populate_packages() { | |||
89 | # variable. | 89 | # variable. |
90 | localdata = d.createCopy() | 90 | localdata = d.createCopy() |
91 | localdata.prependVar("OVERRIDES", pkg + ":") | 91 | localdata.prependVar("OVERRIDES", pkg + ":") |
92 | bb.data.update_data(localdata) | ||
93 | 92 | ||
94 | postinst = d.getVar('pkg_postinst_%s' % pkg) | 93 | postinst = d.getVar('pkg_postinst_%s' % pkg) |
95 | if not postinst: | 94 | if not postinst: |