package/onevpl: disable tools

The tools are not needed at runtime, as they are mosty examples, or as
testing tools, the latter having additional dependencies.

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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2023-09-27 21:42:16 +02:00 committed by Yann E. MORIN
parent d574e2a4f4
commit 9677f3a897

View File

@ -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)