From 2e71e6a6e55b2cb08cd6775dff93ee785fba7c93 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Mon, 24 Oct 2016 15:21:37 -0400 Subject: 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 Signed-off-by: Martin Jansa (cherry picked from commit b393e73446b7abbc836d03a4d921911bca3bfa1c) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/fftw') 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" -- cgit 1.2.3-korg