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:59 +0000 (21:38 +0100)
commit393281a050a9263b8a46d4d57a420b4e426cccf4
treea003bb7db288639c2ddebda3195c66b0b99257b7
parentcd85dc4a8d1e88ce9f3b5647693d3bc2d0de9fb5
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.

(From OE-Core rev: fdc949154e64afb41dd4db3a97be74a15963128d)

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