aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fftw/fftwl_3.3.4.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-10-03 04:28:30 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-10-06 01:07:53 +0200
commitd93c0965190ef0e80cd61eeb69309f6879826452 (patch)
treecc37ec063cd356156da766f3bb546daf45c82aa7 /meta-oe/recipes-support/fftw/fftwl_3.3.4.bb
parent7f0bf7279da8aa613e0d92e28b0e3deff7b19173 (diff)
downloadmeta-openembedded-contrib-d93c0965190ef0e80cd61eeb69309f6879826452.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fftw/fftwl_3.3.4.bb')
-rw-r--r--meta-oe/recipes-support/fftw/fftwl_3.3.4.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fftw/fftwl_3.3.4.bb b/meta-oe/recipes-support/fftw/fftwl_3.3.4.bb
index 8f37346596..432ff1241e 100644
--- a/meta-oe/recipes-support/fftw/fftwl_3.3.4.bb
+++ b/meta-oe/recipes-support/fftw/fftwl_3.3.4.bb
@@ -1,5 +1,8 @@
require fftw.inc
+# conflicts with fftw and fftwf
+EXCLUDE_FROM_WORLD = "1"
+
EXTRA_OECONF += "--enable-long-double"
SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3"