]> code.ossystems Code Review - openembedded-core.git/commit
update-rc.d/systemd: Remove OVERRIDES dependency
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 19:00:31 +0000 (20:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Sep 2014 20:38:47 +0000 (21:38 +0100)
commitfdc949154e64afb41dd4db3a97be74a15963128d
tree1a46e5eb5ddb651f65817cc50949902b080fe7fa
parent7743a309017f0fb9286f00b1f6f546ee95c05303
update-rc.d/systemd: Remove OVERRIDES dependency

Taking run-postinsts and building for two machines which have different
OVERRIDES leads to two different sets of stamps for an allarch package.

We don't need to depend on OVERRIDES in these classes, the end resulting
variables are good enough. We can therefore exclude the dependency
and allow a single package to be generated for run-postinsts.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/systemd.bbclass
meta/classes/update-rc.d.bbclass