diff options
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.7.bb b/meta-oe/recipes-support/fftw/fftw_3.3.7.bb index 310d72640b..aae6ec952a 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.7.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.7.bb | |||
@@ -75,6 +75,6 @@ FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom" | |||
75 | FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" | 75 | FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" |
76 | 76 | ||
77 | FILES_${PN}-dev += "${libdir}/cmake" | 77 | FILES_${PN}-dev += "${libdir}/cmake" |
78 | RDEPENDS_${PN}-dev = "" | 78 | RDEPENDS_${PN}-dev = "libfftw libfftwl libfftwf" |
79 | 79 | ||
80 | BBCLASSEXTEND = "native" | 80 | BBCLASSEXTEND = "native" |