* [PATCH 1/1] systemd-compat-units: do not inherit allarch
@ 2016-08-22 22:12 Joe Slater
2016-08-25 7:01 ` Patrick Ohly
0 siblings, 1 reply; 2+ messages in thread
From: Joe Slater @ 2016-08-22 22:12 UTC (permalink / raw)
To: openembedded-core
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@windriver.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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH 1/1] systemd-compat-units: do not inherit allarch
2016-08-22 22:12 [PATCH 1/1] systemd-compat-units: do not inherit allarch Joe Slater
@ 2016-08-25 7:01 ` Patrick Ohly
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Ohly @ 2016-08-25 7:01 UTC (permalink / raw)
To: Joe Slater; +Cc: openembedded-core
On Mon, 2016-08-22 at 15:12 -0700, Joe Slater wrote:
> 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@windriver.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
+1 from me. The alternative solution would be to add
"systemd-compat-units->systemd" to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS in
meta/conf/layer.conf, but that's more complicated and probably not worth
it.
--
Best Regards, Patrick Ohly
The content of this message is my personal opinion only and although
I am an employee of Intel, the statements I make here in no way
represent Intel's position on the issue, nor am I authorized to speak
on behalf of Intel on this matter.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-25 7:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 22:12 [PATCH 1/1] systemd-compat-units: do not inherit allarch Joe Slater
2016-08-25 7:01 ` Patrick Ohly
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox