diff mbox series

[v1,3/8] package/dovecot/Config.in: source argument needs quotation marks

Message ID 20240506144555.31709-4-ps.report@gmx.net
State Accepted
Headers show
Series support/kconfig: bump to linux-v6.9-rc5 version | expand

Commit Message

Peter Seiderer May 6, 2024, 2:45 p.m. UTC
Fixes the following error/warnings with kconfig from linux-6.9-rc5:

  package/dovecot/Config.in:36: syntax error
  package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
  package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
  package/dovecot/Config.in:36:warning: ignoring unsupported character '.'
  package/dovecot/Config.in:36: invalid statement

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/dovecot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard May 26, 2024, 8:46 p.m. UTC | #1
>>>>> "Peter" == Peter Seiderer via buildroot <buildroot@buildroot.org> writes:

 > Fixes the following error/warnings with kconfig from linux-6.9-rc5:
 >   package/dovecot/Config.in:36: syntax error
 >   package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
 >   package/dovecot/Config.in:36:warning: ignoring unsupported character '/'
 >   package/dovecot/Config.in:36:warning: ignoring unsupported character '.'
 >   package/dovecot/Config.in:36: invalid statement

 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in
index c94421526f..034dcc175f 100644
--- a/package/dovecot/Config.in
+++ b/package/dovecot/Config.in
@@ -33,7 +33,7 @@  config BR2_PACKAGE_DOVECOT_SQLITE
 	help
 	  Enable SQLite support.
 
-source package/dovecot-pigeonhole/Config.in
+source "package/dovecot-pigeonhole/Config.in"
 
 endif # BR2_PACKAGE_DOVECOT