From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Daniel Lang <dalang@gmx.at>,
James Knight <james.knight@collins.com>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 10/10] package/atkmm: propagate dependency from at-spi2-core
Date: Wed, 7 Feb 2024 11:34:01 +0100 [thread overview]
Message-ID: <20240207113401.30235a22@windsurf> (raw)
In-Reply-To: <fc4857dac03f0017ce6dd7047225d8fade89c07f.1706448055.git.yann.morin.1998@free.fr>
On Sun, 28 Jan 2024 14:20:59 +0100
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote:
> Commit 2c3ca7bea1de (package/atk: remove package) forgot to propagate to
> atkmm, the then just introduced dependency on !static from at-spi2-core,
> causing unmet dependencies warnings (unfortuantely, not errors), such
> as:
>
> $ KCONFIG_SEED=0xAFA763CA make randconfig
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_AT_SPI2_CORE
> Depends on [n]: BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && BR2_USE_WCHAR [=y] && !BR2_STATIC_LIBS [=y]
> Selected by [y]:
> - BR2_PACKAGE_ATKMM [=y] && BR2_INSTALL_LIBSTDCPP [=y] && BR2_TOOLCHAIN_GCC_AT_LEAST_7 [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && BR2_USE_WCHAR [=y]
>
> Propagate the dependency now.
>
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
> Cc: James Knight <james.knight@collins.com>
> Cc: Daniel Lang <dalang@gmx.at>
> ---
> package/atkmm/Config.in | 1 +
> 1 file changed, 1 insertion(+)
There's a patch at
https://patchwork.ozlabs.org/project/buildroot/patch/20230916154940.746749-1-fontaine.fabrice@gmail.com/
that propagates many more dependencies of at-spi2-core.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-02-07 10:34 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-28 13:20 [Buildroot] [PATCH 00/10] package: fix unmet dependencies (branch yem/misc-fixes) Yann E. MORIN
2024-01-28 13:20 ` [Buildroot] [PATCH 01/10] package/util-linux: propagate linux-pam dependencies Yann E. MORIN
2024-02-07 10:41 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 02/10] package/ivi-homescreen: fix dependencies for gstreamer plugin Yann E. MORIN
2024-02-03 13:01 ` Adam Duskett
2024-02-07 10:41 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 03/10] package/openssh: fix dependencies with refpolicy Yann E. MORIN
2024-02-07 11:27 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 04/10] package/re2: propagate dependencies from libabseil-cpp Yann E. MORIN
2024-02-07 11:50 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 05/10] package/petitboot: fix ordering of comments and sub-options Yann E. MORIN
2024-02-07 11:51 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 06/10] package/petitboot: propagate depednencies from kexec/kexec-lite Yann E. MORIN
2024-02-07 14:25 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 07/10] package/python-ml-dtypes: propagate dependencies from numpy, pybind Yann E. MORIN
2024-02-07 14:26 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 08/10] package/opencv4: propagate internal dependencies Yann E. MORIN
2024-02-07 14:55 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 09/10] package/opencv-contrib: propagate opencv4 dependencies Yann E. MORIN
2024-02-07 14:55 ` Thomas Petazzoni via buildroot
2024-01-28 13:20 ` [Buildroot] [PATCH 10/10] package/atkmm: propagate dependency from at-spi2-core Yann E. MORIN
2024-02-07 10:34 ` Thomas Petazzoni via buildroot [this message]
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=20240207113401.30235a22@windsurf \
--to=buildroot@buildroot.org \
--cc=dalang@gmx.at \
--cc=james.knight@collins.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin.1998@free.fr \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.