From 6e875148f79a6877653a5bf95879b8cda1cacbc6 Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Thu, 25 Sep 2014 14:17:56 +0200 Subject: 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 Signed-off-by: Steffen Sledz Signed-off-by: Richard Purdie --- meta/classes/systemd.bbclass | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/classes/systemd.bbclass') diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 2bd63a405b..1516cd9d0a 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass @@ -55,6 +55,7 @@ fi systemd_populate_packages[vardeps] += "systemd_prerm systemd_postinst" +systemd_populate_packages[vardepsexclude] += "OVERRIDES" python systemd_populate_packages() { if not oe.utils.contains('DISTRO_FEATURES', 'systemd', True, False, d): -- cgit v1.2.3