mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 23:13:27 +08:00
57edd417c5
This package builds just fine with python3. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
16 lines
523 B
Makefile
16 lines
523 B
Makefile
################################################################################
|
|
#
|
|
# libimxvpuapi
|
|
#
|
|
################################################################################
|
|
|
|
LIBIMXVPUAPI_VERSION = 0.10.3
|
|
LIBIMXVPUAPI_SITE = $(call github,Freescale,libimxvpuapi,$(LIBIMXVPUAPI_VERSION))
|
|
LIBIMXVPUAPI_LICENSE = LGPL-2.1+
|
|
LIBIMXVPUAPI_LICENSE_FILES = LICENSE
|
|
LIBIMXVPUAPI_DEPENDENCIES = host-pkgconf host-python3 imx-vpu
|
|
LIBIMXVPUAPI_INSTALL_STAGING = YES
|
|
LIBIMXVPUAPI_NEEDS_EXTERNAL_WAF = YES
|
|
|
|
$(eval $(waf-package))
|