diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-09 17:11:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 09:29:55 -0800 |
| commit | bfd0a39bdf13f6953810bf868022a871d2a20b6d (patch) | |
| tree | e3c3fddc611afb3e70d6fae68e7cbdc42e1fe796 /meta/classes/update-rc.d.bbclass | |
| parent | e758547db9048d4aa1c1415d6af8072f519fae24 (diff) | |
| download | poky-bfd0a39bdf13f6953810bf868022a871d2a20b6d.tar.gz | |
classes: Drop now unneeded update_data calls
Now that the datastore works dynamically we don't need the update_data calls
so we can just remove them. They're not actually done anything at all for
a while.
(From OE-Core rev: 8de0c5d3bd01919e2bf0394f9c485936d6098cec)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/update-rc.d.bbclass')
| -rw-r--r-- | meta/classes/update-rc.d.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 36f9009500..9ba3daccaf 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
| @@ -104,7 +104,6 @@ python populate_packages_updatercd () { | |||
| 104 | localdata = bb.data.createCopy(d) | 104 | localdata = bb.data.createCopy(d) |
| 105 | overrides = localdata.getVar("OVERRIDES") | 105 | overrides = localdata.getVar("OVERRIDES") |
| 106 | localdata.setVar("OVERRIDES", "%s:%s" % (pkg, overrides)) | 106 | localdata.setVar("OVERRIDES", "%s:%s" % (pkg, overrides)) |
| 107 | bb.data.update_data(localdata) | ||
| 108 | 107 | ||
| 109 | update_rcd_auto_depend(pkg) | 108 | update_rcd_auto_depend(pkg) |
| 110 | 109 | ||
