* [Buildroot] [PATCH RESEND] package/tipidee: Load config from /etc, not /usr/etc
@ 2024-08-05 22:16 J. Neuschäfer via buildroot
2024-08-06 10:16 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: J. Neuschäfer via buildroot @ 2024-08-05 22:16 UTC (permalink / raw)
To: buildroot; +Cc: J. Neuschäfer
--prefix influences the default of --sysconfdir, so we need to specify
--sysconfdir=/etc explicitly.
Fixes: 17deaf60f6 ("tipidee: new package")
Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
---
package/tipidee/tipidee.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/tipidee/tipidee.mk b/package/tipidee/tipidee.mk
index 1e15782aa4..748c29c4f1 100644
--- a/package/tipidee/tipidee.mk
+++ b/package/tipidee/tipidee.mk
@@ -12,6 +12,7 @@ TIPIDEE_DEPENDENCIES = skalibs
TIPIDEE_CONF_OPTS = \
--prefix=/usr \
+ --sysconfdir=/etc \
--with-sysdeps=$(STAGING_DIR)/lib/skalibs/sysdeps \
--with-include=$(STAGING_DIR)/include \
--with-dynlib=$(STAGING_DIR)/lib \
---
base-commit: eb519ad7cc716347dbf0f9707ff282a97b21f623
change-id: 20240718-tipidee-fixes-5299c39ca2bb
Best regards,
--
J. Neuschäfer <j.neuschaefer@gmx.net>
_______________________________________________
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 RESEND] package/tipidee: Load config from /etc, not /usr/etc
2024-08-05 22:16 [Buildroot] [PATCH RESEND] package/tipidee: Load config from /etc, not /usr/etc J. Neuschäfer via buildroot
@ 2024-08-06 10:16 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-06 10:16 UTC (permalink / raw)
To: J. Neuschäfer via buildroot; +Cc: J. Neuschäfer
On Tue, 06 Aug 2024 00:16:05 +0200
J. Neuschäfer via buildroot <buildroot@buildroot.org> wrote:
> --prefix influences the default of --sysconfdir, so we need to specify
> --sysconfdir=/etc explicitly.
>
> Fixes: 17deaf60f6 ("tipidee: new package")
> Signed-off-by: J. Neuschäfer <j.neuschaefer@gmx.net>
> ---
> package/tipidee/tipidee.mk | 1 +
> 1 file changed, 1 insertion(+)
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:[~2024-08-06 10:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05 22:16 [Buildroot] [PATCH RESEND] package/tipidee: Load config from /etc, not /usr/etc J. Neuschäfer via buildroot
2024-08-06 10:16 ` 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