All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] package: fix unmet dependencies (branch yem/misc-fixes)
@ 2024-01-28 13:20 Yann E. MORIN
  2024-01-28 13:20 ` [Buildroot] [PATCH 01/10] package/util-linux: propagate linux-pam dependencies Yann E. MORIN
                   ` (9 more replies)
  0 siblings, 10 replies; 22+ messages in thread
From: Yann E. MORIN @ 2024-01-28 13:20 UTC (permalink / raw)
  To: buildroot
  Cc: Adam Duskett, Daniel Lang, Laurent Vivier, Yann E . MORIN,
	Julien Olivain, Woodrow Douglass, Julien Corjon, James Knight,
	Giulio Benetti, Fabrice Fontaine

Hello All!

This series brings in a few cleanups in the propagating of dependencies
across packages, to solve various warnings abot "unmet dependencies",
which are unfortunately not errors...

The situation is often a bit non-trivial to fix, especially for the
openssh and ivi-homescreen cases, and hopefully the heuristic that has
been implemented is not too strict.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (10):
      package/util-linux: propagate linux-pam dependencies
      package/ivi-homescreen: fix dependencies for gstreamer plugin
      package/openssh: fix dependencies with refpolicy
      package/re2: propagate dependencies from libabseil-cpp
      package/petitboot: fix ordering of comments and sub-options
      package/petitboot: propagate depednencies from kexec/kexec-lite
      package/python-ml-dtypes: propagate dependencies from numpy, pybind
      package/opencv4: propagate internal dependencies
      package/opencv-contrib: propagate opencv4 dependencies
      package/atkmm: propagate dependency from at-spi2-core

 package/atkmm/Config.in            |  1 +
 package/grpc/Config.in             |  2 +-
 package/ivi-homescreen/Config.in   |  9 ++++-----
 package/opencv4-contrib/Config.in  | 30 ++++++++++++++++++++++++++++++
 package/opencv4/Config.in          |  6 ++++++
 package/openssh/Config.in          | 12 ++++++++++++
 package/petitboot/Config.in        | 28 ++++++++++++++++++----------
 package/python-ml-dtypes/Config.in |  1 +
 package/qt5/qt5webengine/Config.in |  1 +
 package/re2/Config.in              |  8 ++++++--
 package/sshfs/Config.in            |  7 +++++++
 package/util-linux/Config.in       | 27 +++++++++++++++++++--------
 12 files changed, 106 insertions(+), 26 deletions(-)

--
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-02-07 14:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.