mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-02 09:53:29 +08:00
088cf29f13
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
19 lines
654 B
Makefile
19 lines
654 B
Makefile
################################################################################
|
|
#
|
|
# bayer2rgb-neon
|
|
#
|
|
################################################################################
|
|
|
|
BAYER2RGB_NEON_VERSION = 15feb1115b4828488cc36d09f625e23e8b6a0ec5
|
|
BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/bayer2rgb.git
|
|
BAYER2RGB_NEON_SITE_METHOD = git
|
|
BAYER2RGB_NEON_LICENSE = GPL-3.0
|
|
BAYER2RGB_NEON_LICENSE_FILES = COPYING
|
|
BAYER2RGB_NEON_INSTALL_STAGING = YES
|
|
BAYER2RGB_NEON_DEPENDENCIES = host-pkgconf host-gengetopt
|
|
BAYER2RGB_NEON_AUTORECONF = YES
|
|
|
|
BAYER2RGB_NEON_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -mfpu=neon"
|
|
|
|
$(eval $(autotools-package))
|