* [Buildroot] [PATCH] package/falcosecurity-libs: drop meaningless selects
@ 2026-09-13 17:57 Thomas Petazzoni via buildroot
2026-09-13 19:37 ` Julien Olivain via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-09-13 17:57 UTC (permalink / raw)
To: buildroot; +Cc: Thomas Petazzoni, Francis Laniel
BR2_PACKAGE_FALCOSECURITY_LIBS selects BR2_PACKAGE_HOST_GRPC and
BR2_PACKAGE_HOST_PROTOBUF, neither of which exists. These selects are
anyway not needed, so drop them.
Fixes: a15e35c4ebc52f29f65372c8e86cefa874aa4aaf ("falcosecurity-libs: add new package")
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
package/falcosecurity-libs/Config.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/package/falcosecurity-libs/Config.in b/package/falcosecurity-libs/Config.in
index 9e6c2d0227..9d9cbd12aa 100644
--- a/package/falcosecurity-libs/Config.in
+++ b/package/falcosecurity-libs/Config.in
@@ -14,8 +14,6 @@ config BR2_PACKAGE_FALCOSECURITY_LIBS
select BR2_PACKAGE_ELFUTILS
select BR2_PACKAGE_GRPC
select BR2_PACKAGE_GTEST
- select BR2_PACKAGE_HOST_GRPC
- select BR2_PACKAGE_HOST_PROTOBUF
select BR2_PACKAGE_JQ
select BR2_PACKAGE_JSONCPP
select BR2_PACKAGE_LIBB64
--
2.55.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-13 19:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-13 17:57 [Buildroot] [PATCH] package/falcosecurity-libs: drop meaningless selects Thomas Petazzoni via buildroot
2026-09-13 19:37 ` Julien Olivain via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox