mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
package/hackrf: use the new fftw-single package
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e7795cc7e6
commit
974db34bae
@ -2,7 +2,8 @@ config BR2_PACKAGE_HACKRF
|
|||||||
bool "hackrf"
|
bool "hackrf"
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_PACKAGE_FFTW_PRECISION_SINGLE
|
select BR2_PACKAGE_FFTW
|
||||||
|
select BR2_PACKAGE_FFTW_SINGLE
|
||||||
select BR2_PACKAGE_LIBUSB
|
select BR2_PACKAGE_LIBUSB
|
||||||
help
|
help
|
||||||
Library and tools for accessing HackRF SDR boards.
|
Library and tools for accessing HackRF SDR boards.
|
||||||
@ -11,6 +12,3 @@ config BR2_PACKAGE_HACKRF
|
|||||||
|
|
||||||
comment "hackrf needs a toolchain w/ threads, dynamic library"
|
comment "hackrf needs a toolchain w/ threads, dynamic library"
|
||||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
comment "hackrf needs fftw's single precision"
|
|
||||||
depends on !BR2_PACKAGE_FFTW_PRECISION_SINGLE
|
|
||||||
|
@ -9,7 +9,7 @@ HACKRF_SITE = https://github.com/mossmann/hackrf/releases/download/v$(HACKRF_VER
|
|||||||
HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
|
HACKRF_SOURCE = hackrf-$(HACKRF_VERSION).tar.xz
|
||||||
HACKRF_LICENSE = GPL-2.0+ BSD-3c
|
HACKRF_LICENSE = GPL-2.0+ BSD-3c
|
||||||
HACKRF_LICENSE_FILES = COPYING
|
HACKRF_LICENSE_FILES = COPYING
|
||||||
HACKRF_DEPENDENCIES = fftw libusb
|
HACKRF_DEPENDENCIES = fftw-single libusb
|
||||||
HACKRF_SUBDIR = host
|
HACKRF_SUBDIR = host
|
||||||
HACKRF_INSTALL_STAGING = YES
|
HACKRF_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user