package/fftw: remove as regular package
fftw is no longer a package: only fftw-single, fftw-double,
fftw-long-double and fftw-quad are. fftw.mk only contains some common
definitions that are used by the different fftw variants.
The old BR2_PACKAGE_FFTW_PRECISION_* options, which are no longer used
anywhere, are moved to Config.in.legacy.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
diff --git a/Config.in.legacy b/Config.in.legacy
index 59d8bf2..db300db 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -160,6 +160,41 @@
was announced in 1.54. Users are encouraged to use Signals2
instead.
+config BR2_PACKAGE_FFTW_PRECISION_SINGLE
+ bool "single"
+ select BR2_LEGACY
+ select BR2_PACKAGE_FFTW_SINGLE
+ help
+ This option has been removed in favor of
+ BR2_PACKAGE_FFTW_SINGLE.
+
+config BR2_PACKAGE_FFTW_PRECISION_DOUBLE
+ bool "double"
+ select BR2_LEGACY
+ select BR2_PACKAGE_FFTW_DOUBLE
+ help
+ This option has been removed in favor of
+ BR2_PACKAGE_FFTW_DOUBLE.
+
+config BR2_PACKAGE_FFTW_PRECISION_LONG_DOUBLE
+ bool "long double"
+ depends on !(BR2_TOOLCHAIN_BUILDROOT_UCLIBC && \
+ (BR2_arm || BR2_mips || BR2_mipsel))
+ select BR2_LEGACY
+ select BR2_PACKAGE_FFTW_LONG_DOUBLE
+ help
+ This option has been removed in favor of
+ BR2_PACKAGE_FFTW_LONG_DOUBLE.
+
+config BR2_PACKAGE_FFTW_PRECISION_QUAD
+ bool "quad"
+ depends on (BR2_i386 || BR2_x86_64) && BR2_USE_WCHAR
+ select BR2_LEGACY
+ select BR2_PACKAGE_FFTW_QUAD
+ help
+ This option has been removed in favor of
+ BR2_PACKAGE_FFTW_QUAD.
+
config BR2_PACKAGE_LUA_5_2
bool "Lua 5.2.x version removed"
select BR2_LEGACY