Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/onevpl: disable tools
@ 2023-09-27 19:42 Bernd Kuhls
  2023-09-28 20:40 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2023-09-27 19:42 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/059/059a8581fb809488ad6fa3183874395ebf3f0926/

This package is not part of any older buildroot release, no backport
necessary.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 package/onevpl/onevpl.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/onevpl/onevpl.mk b/package/onevpl/onevpl.mk
index 2033f755c0..601e121a55 100644
--- a/package/onevpl/onevpl.mk
+++ b/package/onevpl/onevpl.mk
@@ -12,6 +12,7 @@ ONEVPL_INSTALL_STAGING = YES
 ONEVPL_DEPENDENCIES = host-pkgconf
 
 ONEVPL_CONF_OPTS = \
+	-DBUILD_TOOLS=OFF \
 	-DINSTALL_EXAMPLE_CODE=OFF
 
 ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
-- 
2.39.2

_______________________________________________
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:[~2023-09-28 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 19:42 [Buildroot] [PATCH 1/1] package/onevpl: disable tools Bernd Kuhls
2023-09-28 20:40 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox