All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rauc: fix BR2_PACKAGE_RAUC_GPT option
@ 2022-05-14 13:55 Fabrice Fontaine
  2022-05-14 21:04 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-05-14 13:55 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Andrey Yurovsky

Fix the following build failure raised since commit
c2d3033ddcf0c497cd46744bdd2bee84d18349a4:

Makefile:576: *** util-linux-libs is in the dependency chain of rauc that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in.  Stop.

Fixes:
 - http://autobuild.buildroot.org/results/298974d87bc1f578d67de2b1861e2f11f6c22374

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rauc/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rauc/Config.in b/package/rauc/Config.in
index 2ea51f5bad..1170e50845 100644
--- a/package/rauc/Config.in
+++ b/package/rauc/Config.in
@@ -27,6 +27,8 @@ config BR2_PACKAGE_RAUC_DBUS
 
 config BR2_PACKAGE_RAUC_GPT
 	bool "GPT support"
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBS
 	select BR2_PACKAGE_UTIL_LINUX_LIBFDISK
 	help
 	    This option enables support for GPT partition tables.
-- 
2.35.1

_______________________________________________
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/rauc: fix BR2_PACKAGE_RAUC_GPT option
  2022-05-14 13:55 [Buildroot] [PATCH 1/1] package/rauc: fix BR2_PACKAGE_RAUC_GPT option Fabrice Fontaine
@ 2022-05-14 21:04 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-05-14 21:04 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Andrey Yurovsky, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fix the following build failure raised since commit
 > c2d3033ddcf0c497cd46744bdd2bee84d18349a4:

 > Makefile:576: *** util-linux-libs is in the dependency chain of rauc
 > that has added it to its _DEPENDENCIES variable without selecting it
 > or depending on it from Config.in.  Stop.

 > Fixes:
 >  - http://autobuild.buildroot.org/results/298974d87bc1f578d67de2b1861e2f11f6c22374

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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:[~2022-05-14 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-14 13:55 [Buildroot] [PATCH 1/1] package/rauc: fix BR2_PACKAGE_RAUC_GPT option Fabrice Fontaine
2022-05-14 21:04 ` Peter Korsgaard

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.