[oe-commits] [openembedded-core] 13/50: systemd-compat-units: do not inherit allarch

git at git.openembedded.org git at git.openembedded.org
Thu Aug 25 22:04:29 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ef5be3c8256419d5abec566ce266718fe317417e
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Mon Aug 22 15:12:31 2016 -0700

    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.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/systemd/systemd-compat-units.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index f246e83..421fc06 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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list