]> code.ossystems Code Review - openembedded-core.git/commit
update-rc.d/systemd: Remove OVERRIDES dependency
authorSteffen Sledz <sledz@dresearch-fe.de>
Thu, 25 Sep 2014 12:17:56 +0000 (14:17 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:58:05 +0000 (17:58 +0100)
commit6e875148f79a6877653a5bf95879b8cda1cacbc6
tree3a449179343ad555bca02e4e88ba2a076ab44000
parent0306b6122a34579673ab89fa4869d577995af960
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>
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/systemd.bbclass
meta/classes/update-rc.d.bbclass