From 0af6439d1e37eb2131a972d6fe2d68ee79145d83 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 1 Dec 2017 12:08:16 +0100 Subject: fftw: Let dev-packages depend on libraries created MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without libraries installed dev-package is useless. Tested by buildung an image with fftw-dev included. Signed-off-by: Andreas Müller Signed-off-by: Armin Kuster --- meta-oe/recipes-support/fftw/fftw_3.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') 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" FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" FILES_${PN}-dev += "${libdir}/cmake" -RDEPENDS_${PN}-dev = "" +RDEPENDS_${PN}-dev = "libfftw libfftwl libfftwf" BBCLASSEXTEND = "native" -- cgit 1.2.3-korg