From d93c0965190ef0e80cd61eeb69309f6879826452 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 3 Oct 2014 04:28:30 +0200 Subject: fftw: add virtual/fftw to PROVIDES and EXCLUDE_FROM_WORLD * now when sysroot conflicts are fatal we really don't want to build multiple fftw providers in the same sysroot ERROR: The recipe fftwl is trying to install files into a shared area when those files already exist. Those files and their manifest location are: /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm/usr/include/fftw3.f Matched in manifest-qemuarm-fftw.populate_sysroot manifest-qemuarm-fftwf.populate_sysroot Signed-off-by: Martin Jansa --- meta-oe/recipes-support/fftw/fftw.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-support/fftw/fftw.inc') diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc index 6bd622d9b8..9007e1d828 100644 --- a/meta-oe/recipes-support/fftw/fftw.inc +++ b/meta-oe/recipes-support/fftw/fftw.inc @@ -3,6 +3,8 @@ SECTION = "libs" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" +PROVIDES = "virtual/fftw" + RPROVIDES_${PN} += "libfftw3" SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" -- cgit 1.2.3-korg