From: Adrian Bunk <bunk@stusta.de>
To: Armin Kuster <akuster808@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [Warror][ 02/23] ndctl: make MACHINE_ARCH and ignore from libblockdev
Date: Sun, 16 Jun 2019 11:34:19 +0300 [thread overview]
Message-ID: <20190616083419.GC2479@localhost> (raw)
In-Reply-To: <08c5b09a1add97bb5dbe993fdffdd0aebd09bcc3.1560620937.git.akuster808@gmail.com>
On Sat, Jun 15, 2019 at 10:57:06AM -0700, Armin Kuster wrote:
>...
> --- a/meta-oe/conf/layer.conf
> +++ b/meta-oe/conf/layer.conf
> @@ -51,6 +51,12 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> phoronix-test-suite->php \
> "
>
> +# Depends on ndctl (through nvdimm PACKAGECONFIG) which depends on MACHINE_ARCH kernel
> +# and making libblockdev MACHINE_ARCH is not an option as python3-blivet, udisks2, gvfs
> +# would be MACHINE_ARCH as well
> +SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> + libblockdev->ndctl \
> +"
> # ttf.inc inherits fontcache which adds fontconfig-utils to RDEPENDS
> SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
> terminus-font->fontconfig \
> diff --git a/meta-oe/recipes-core/ndctl/ndctl_v63.bb b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
> index 1f3abf5..61e5302 100644
> --- a/meta-oe/recipes-core/ndctl/ndctl_v63.bb
> +++ b/meta-oe/recipes-core/ndctl/ndctl_v63.bb
> @@ -19,6 +19,9 @@ S = "${WORKDIR}/git"
>
> EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
>
> +# Depends on MACHINE_ARCH kernel
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
>...
This looks like another case where the actual problem is an unnecessary
DEPENDS on virtual/kernel, and the proper fix is to remove that instead.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2019-06-16 8:34 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-15 17:57 [Warror][ 00/23] Patch review Armin Kuster
2019-06-15 17:57 ` [Warror][ 01/23] gtkwave: add distro_features_check Armin Kuster
2019-06-15 17:57 ` [Warror][ 02/23] ndctl: make MACHINE_ARCH and ignore from libblockdev Armin Kuster
2019-06-16 8:34 ` Adrian Bunk [this message]
2019-06-15 17:57 ` [Warror][ 03/23] oprofile: make MACHINE_ARCH Armin Kuster
2019-06-16 8:24 ` Adrian Bunk
2019-06-15 17:57 ` [Warror][ 04/23] umip: " Armin Kuster
2019-06-15 17:57 ` [Warror][ 05/23] mscgen: fix SRC_URI for multilib Armin Kuster
2019-06-15 17:57 ` [Warror][ 06/23] triggerhappy: fix issues Armin Kuster
2019-06-15 17:57 ` [Warror][ 07/23] python-cassandra-driver.inc: fix DEPENDS Armin Kuster
2019-06-15 17:57 ` [Warror][ 08/23] opencv: use the same package name in PACKAGES and RDEPENDS Armin Kuster
2019-06-15 17:57 ` [Warror][ 09/23] igmpproxy: remove 0001-src-igmpproxy.h-Include-sys-types.h-for-u_short-u_in.patch and _GNU_SOURCE Armin Kuster
2019-06-15 17:57 ` [Warror][ 10/23] libvncserver: set PV in the recipe Armin Kuster
2019-06-15 17:57 ` [Warror][ 11/23] ccid: fix SRC_URI Armin Kuster
2019-06-15 17:57 ` [Warror][ 12/23] wireguard: Upgrade 20190123 -> 20190406 Armin Kuster
2019-06-16 8:19 ` Adrian Bunk
2019-06-15 17:57 ` [Warror][ 13/23] ne10, libopus: add armv7ve override as well Armin Kuster
2019-06-15 17:57 ` [Warror][ 14/23] hunspell: use git fetcher instead of github archive Armin Kuster
2019-06-15 17:57 ` [Warror][ 15/23] ttf-mplus, ttf-vlgothic: add ttf-mplus license Armin Kuster
2019-06-15 17:57 ` [Warror][ 16/23] polkit: fix CVE-2019-6133 Armin Kuster
2019-06-15 17:57 ` [Warror][ 17/23] mariadb: Upgrade to 10.3.15 Armin Kuster
2019-06-15 17:57 ` [Warror][ 18/23] libmikmod: fix SRC_URI Armin Kuster
2019-06-15 17:57 ` [Warror][ 19/23] leptonica: " Armin Kuster
2019-09-10 12:40 ` Javier Viguera
2019-06-15 17:57 ` [Warror][ 20/23] crash: do not use unstable github archive tarballs Armin Kuster
2019-06-15 17:57 ` [Warror][ 21/23] uthash: " Armin Kuster
2019-06-15 17:57 ` [Warror][ 22/23] netkit-telnet: add rconflicts Armin Kuster
2019-06-15 17:57 ` [Warror][ 23/23] turbostat: copy bits.h from kernel to turbostat Armin Kuster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190616083419.GC2479@localhost \
--to=bunk@stusta.de \
--cc=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox