summaryrefslogtreecommitdiff
path: root/meta/classes/update-rc.d.bbclass
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch-fe.de>2014-09-25 14:17:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-29 17:58:05 +0100
commit6e875148f79a6877653a5bf95879b8cda1cacbc6 (patch)
tree3a449179343ad555bca02e4e88ba2a076ab44000 /meta/classes/update-rc.d.bbclass
parent0306b6122a34579673ab89fa4869d577995af960 (diff)
downloadopenembedded-core-6e875148f79a6877653a5bf95879b8cda1cacbc6.tar.gz
openembedded-core-6e875148f79a6877653a5bf95879b8cda1cacbc6.tar.bz2
openembedded-core-6e875148f79a6877653a5bf95879b8cda1cacbc6.zip
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>
Diffstat (limited to 'meta/classes/update-rc.d.bbclass')
-rw-r--r--meta/classes/update-rc.d.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass
index 668ead88a9..e8debdf42f 100644
--- a/meta/classes/update-rc.d.bbclass
+++ b/meta/classes/update-rc.d.bbclass
@@ -71,6 +71,7 @@ PACKAGESPLITFUNCS_prepend = "populate_packages_updatercd "
PACKAGESPLITFUNCS_remove_class-nativesdk = "populate_packages_updatercd "
populate_packages_updatercd[vardeps] += "updatercd_prerm updatercd_postrm updatercd_preinst updatercd_postinst"
+populate_packages_updatercd[vardepsexclude] += "OVERRIDES"
python populate_packages_updatercd () {
def update_rcd_auto_depend(pkg):