[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2066/8267] systemd-compat-units: do not inherit allarch



commit 5bd808b1b621579e2fa92414bfc301d677332575
Author: Joe Slater <jslater windriver com>
Date:   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.
    
    (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>

 meta/recipes-core/systemd/systemd-compat-units.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]