mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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 <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bf23d4f954
commit
5bd808b1b6
@@ -9,7 +9,7 @@ DEPENDS = "systemd-systemctl-native"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
inherit allarch distro_features_check
|
||||
inherit distro_features_check
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user