mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libimxvpuapi: use external waf
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
796e4ca9a1
commit
e343051cc8
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user