All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/gamin: remove stale Config.in file breaking build
@ 2024-07-23 18:43 Brandon Maier via buildroot
  2024-07-23 20:23 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Brandon Maier via buildroot @ 2024-07-23 18:43 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Brandon Maier, Fabrice Fontaine, Thomas Petazzoni

The previous commit ce00b93d5 (package/gamin: drop package) forgot to
remove gamin from Kconfig, which triggers the following error.

  package/Config.in:1645: can't open file "package/gamin/Config.in"
  make: *** [Makefile:1027: raspberrypi2_defconfig] Error 1

Signed-off-by: Brandon Maier <brandon.maier@collins.com>
---
 package/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/Config.in b/package/Config.in
index 09347f7944..20585d53d0 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1642,7 +1642,6 @@ endif
 endmenu
 
 menu "Filesystem"
-	source "package/gamin/Config.in"
 	source "package/libconfig/Config.in"
 	source "package/libconfuse/Config.in"
 	source "package/libfuse/Config.in"

---
base-commit: ce00b93d5ad9691b73bba1501847eac8679e3c01
change-id: 20240723-gamin-remove-kconfig-87b8bd8f0bb1

Best regards,
-- 
Brandon Maier <brandon.maier@collins.com>

_______________________________________________
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] package/gamin: remove stale Config.in file breaking build
  2024-07-23 18:43 [Buildroot] [PATCH] package/gamin: remove stale Config.in file breaking build Brandon Maier via buildroot
@ 2024-07-23 20:23 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-23 20:23 UTC (permalink / raw)
  To: Brandon Maier via buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine, Brandon Maier

On Tue, 23 Jul 2024 18:43:26 +0000
Brandon Maier via buildroot <buildroot@buildroot.org> wrote:

> The previous commit ce00b93d5 (package/gamin: drop package) forgot to
> remove gamin from Kconfig, which triggers the following error.
> 
>   package/Config.in:1645: can't open file "package/gamin/Config.in"
>   make: *** [Makefile:1027: raspberrypi2_defconfig] Error 1
> 
> Signed-off-by: Brandon Maier <brandon.maier@collins.com>
> ---
>  package/Config.in | 1 -
>  1 file changed, 1 deletion(-)

Thanks for fixing my mess! Applied to master.

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:[~2024-07-23 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 18:43 [Buildroot] [PATCH] package/gamin: remove stale Config.in file breaking build Brandon Maier via buildroot
2024-07-23 20:23 ` 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.