fftw: Remove the fftw-dev package dependency on non-existent fftw package.

The fftw-dev package RDEPENDS on the fftw package, but the package is not
created. Remove the dependency on fftw so that images using fftw-dev will
build.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Philip Balister
2016-10-24 15:21:37 -04:00
committed by Martin Jansa
parent c64f57cf85
commit b393e73446
@@ -69,4 +69,6 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom"
FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom"
FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf"
RDEPENDS_${PN}-dev = ""
BBCLASSEXTEND = "native"