[oe-commits] [meta-openembedded] 09/13: fftw: Remove the fftw-dev package dependency on non-existent fftw package.

git at git.openembedded.org git at git.openembedded.org
Wed Oct 26 08:54:27 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 5c9951d8847a26939b488a5c6d0fa4c95e7a86e3
Author: Philip Balister <philip at balister.org>
AuthorDate: Mon Oct 24 15:21:37 2016 -0400

    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 at balister.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/fftw/fftw_3.3.4.bb | 2 ++
 1 file changed, 2 insertions(+)

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 0faaea1..e753743 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list