aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fftw
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2016-10-24 15:21:37 -0400
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:21 -0800
commit2e71e6a6e55b2cb08cd6775dff93ee785fba7c93 (patch)
treecf36cac1de36db9b377fdb62c2c88f7d7ade3a8e /meta-oe/recipes-support/fftw
parent14c4d27bf075ef5ff90502ba6a8b5bd3466bd4d5 (diff)
downloadmeta-openembedded-contrib-2e71e6a6e55b2cb08cd6775dff93ee785fba7c93.tar.gz
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> (cherry picked from commit b393e73446b7abbc836d03a4d921911bca3bfa1c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fftw')
-rw-r--r--meta-oe/recipes-support/fftw/fftw_3.3.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
index 0faaea15f4..e753743036 100644
--- a/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
+++ b/meta-oe/recipes-support/fftw/fftw_3.3.4.bb
@@ -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"