8dfd59d114
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19 lines
602 B
Makefile
19 lines
602 B
Makefile
################################################################################
|
|
#
|
|
# libfslvpuwrap
|
|
#
|
|
################################################################################
|
|
|
|
LIBFSLVPUWRAP_VERSION = 1.0.17
|
|
# No official download site from freescale, just this mirror
|
|
LIBFSLVPUWRAP_SITE = http://download.ossystems.com.br/bsp/freescale/source
|
|
LIBFSLVPUWRAP_LICENSE = Freescale Semiconductor Software License Agreement
|
|
LIBFSLVPUWRAP_LICENSE_FILES = EULA.txt
|
|
LIBFSLVPUWRAP_REDISTRIBUTE = NO
|
|
|
|
LIBFSLVPUWRAP_INSTALL_STAGING = YES
|
|
|
|
LIBFSLVPUWRAP_DEPENDENCIES += imx-lib
|
|
|
|
$(eval $(autotools-package))
|