package/libimxvpuapi: use external waf
authorTitouan Christophe <titouan.christophe@railnova.eu>
Tue, 4 Feb 2020 17:01:32 +0000 (18:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 5 Feb 2020 15:47:37 +0000 (16:47 +0100)
This makes libimxvpuapi use the Waf package ditributed in Buildroot,
instead of its own one, as the latter does not support Python3.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libimxvpuapi/libimxvpuapi.mk

index bcabbf3877f093f83812d101ba5a51942441172b..a2a3b21105793af92109624a0e8792035bba44e2 100644 (file)
@@ -10,5 +10,6 @@ LIBIMXVPUAPI_LICENSE = LGPL-2.1+
 LIBIMXVPUAPI_LICENSE_FILES = LICENSE
 LIBIMXVPUAPI_DEPENDENCIES = host-pkgconf host-python imx-vpu
 LIBIMXVPUAPI_INSTALL_STAGING = YES
+LIBIMXVPUAPI_NEEDS_EXTERNAL_WAF = YES
 
 $(eval $(waf-package))