From 5bd808b1b621579e2fa92414bfc301d677332575 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 22 Aug 2016 15:12:31 -0700 Subject: systemd-compat-units: do not inherit allarch Even though we are just a script, we do depend on systemd being on the target and need an RDEPENDS which means we cannot also be allarch. (From OE-Core rev: ef5be3c8256419d5abec566ce266718fe317417e) Signed-off-by: Joe Slater Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-compat-units.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb index f246e83dda..421fc06dfb 100644 --- a/meta/recipes-core/systemd/systemd-compat-units.bb +++ b/meta/recipes-core/systemd/systemd-compat-units.bb @@ -9,7 +9,7 @@ DEPENDS = "systemd-systemctl-native" S = "${WORKDIR}" -inherit allarch distro_features_check +inherit distro_features_check ALLOW_EMPTY_${PN} = "1" -- cgit 1.2.3-korg