Browse Source

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>
Bernd Kuhls 1 year ago
parent
commit
9677f3a897
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/onevpl/onevpl.mk

+ 1 - 0
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)