Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libubootenv: needs libyaml
@ 2023-07-26 19:48 Bernd Kuhls
  2023-07-27 10:33 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-07-26 19:48 UTC (permalink / raw)
  To: buildroot; +Cc: Pierre-Jean Texier

Fixes:
http://autobuild.buildroot.net/results/cc1/cc141c81fd00ca3ece1c33b9659cce93dd5222a9/

Makefile:576: *** libyaml is in the dependency chain of libubootenv that
 has added it to its _DEPENDENCIES variable without selecting it or
 depending on it from Config.in.  Stop.

This error was introduced by buildroot commit
9325ba4754fea800658bb3aec99f28bba3d2acf3.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/libubootenv/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libubootenv/Config.in b/package/libubootenv/Config.in
index 9be52c4522..5258ed78b1 100644
--- a/package/libubootenv/Config.in
+++ b/package/libubootenv/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBUBOOTENV
 	bool "libubootenv"
+	select BR2_PACKAGE_LIBYAML
 	select BR2_PACKAGE_ZLIB
 	help
 	  libubootenv is a library that provides a hardware independent
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libubootenv: needs libyaml
  2023-07-26 19:48 [Buildroot] [PATCH 1/1] package/libubootenv: needs libyaml Bernd Kuhls
@ 2023-07-27 10:33 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-27 10:33 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Pierre-Jean Texier, buildroot

On Wed, 26 Jul 2023 21:48:27 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/cc1/cc141c81fd00ca3ece1c33b9659cce93dd5222a9/
> 
> Makefile:576: *** libyaml is in the dependency chain of libubootenv that
>  has added it to its _DEPENDENCIES variable without selecting it or
>  depending on it from Config.in.  Stop.
> 
> This error was introduced by buildroot commit
> 9325ba4754fea800658bb3aec99f28bba3d2acf3.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  package/libubootenv/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Indeed, this was missed in the bump and during the review. Applied to
master, thanks.

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

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

end of thread, other threads:[~2023-07-27 10:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-26 19:48 [Buildroot] [PATCH 1/1] package/libubootenv: needs libyaml Bernd Kuhls
2023-07-27 10:33 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox