* [Buildroot] [PATCH/next 1/1] package/json-c: disable apps for host build
@ 2025-12-07 17:43 Bernd Kuhls
2025-12-18 7:41 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-12-07 17:43 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Fixes:
https://autobuild.buildroot.net/results/dcf/dcf72922750a830901279e8eb8fc2def95d35e01/
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Supersedes
https://patchwork.ozlabs.org/project/buildroot/patch/20251203214709.2321976-9-bernd@kuhls.net/
package/json-c/json-c.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/json-c/json-c.mk b/package/json-c/json-c.mk
index 254b6fd838..20fa767c23 100644
--- a/package/json-c/json-c.mk
+++ b/package/json-c/json-c.mk
@@ -11,6 +11,7 @@ JSON_C_LICENSE = MIT
JSON_C_LICENSE_FILES = COPYING
JSON_C_CPE_ID_VENDOR = json-c
JSON_C_CONF_OPTS = -DBUILD_APPS=OFF -DDISABLE_EXTRA_LIBS=ON
+HOST_JSON_C_CONF_OPTS = -DBUILD_APPS=OFF -DDISABLE_EXTRA_LIBS=ON
$(eval $(cmake-package))
$(eval $(host-cmake-package))
--
2.47.3
_______________________________________________
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/next 1/1] package/json-c: disable apps for host build
2025-12-07 17:43 [Buildroot] [PATCH/next 1/1] package/json-c: disable apps for host build Bernd Kuhls
@ 2025-12-18 7:41 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-12-18 7:41 UTC (permalink / raw)
To: Bernd Kuhls; +Cc: buildroot, Fabrice Fontaine
Hello Bernd,
On Sun, 7 Dec 2025 18:43:48 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:
> Fixes:
> https://autobuild.buildroot.net/results/dcf/dcf72922750a830901279e8eb8fc2def95d35e01/
>
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
> Supersedes
> https://patchwork.ozlabs.org/project/buildroot/patch/20251203214709.2321976-9-bernd@kuhls.net/
Thanks applied to master with an improved commit title/commit log.
Thanks a lot!
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:[~2025-12-18 7:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 17:43 [Buildroot] [PATCH/next 1/1] package/json-c: disable apps for host build Bernd Kuhls
2025-12-18 7:41 ` 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.