diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-03 04:28:30 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-06 01:07:53 +0200 |
| commit | d93c0965190ef0e80cd61eeb69309f6879826452 (patch) | |
| tree | cc37ec063cd356156da766f3bb546daf45c82aa7 /meta-oe/recipes-support/fftw | |
| parent | 7f0bf7279da8aa613e0d92e28b0e3deff7b19173 (diff) | |
| download | meta-openembedded-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')
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftw.inc | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftwf_3.3.4.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-support/fftw/fftwl_3.3.4.bb | 3 |
3 files changed, 8 insertions, 0 deletions
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" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
| 5 | 5 | ||
| 6 | PROVIDES = "virtual/fftw" | ||
| 7 | |||
| 6 | RPROVIDES_${PN} += "libfftw3" | 8 | RPROVIDES_${PN} += "libfftw3" |
| 7 | 9 | ||
| 8 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" | 10 | SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" |
diff --git a/meta-oe/recipes-support/fftw/fftwf_3.3.4.bb b/meta-oe/recipes-support/fftw/fftwf_3.3.4.bb index 59f4a111f6..7a4fbac8c1 100644 --- a/meta-oe/recipes-support/fftw/fftwf_3.3.4.bb +++ b/meta-oe/recipes-support/fftw/fftwf_3.3.4.bb | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | require fftw.inc | 1 | require fftw.inc |
| 2 | 2 | ||
| 3 | # conflicts with fftw and fftwl | ||
| 4 | EXCLUDE_FROM_WORLD = "1" | ||
| 5 | |||
| 3 | EXTRA_OECONF += "--enable-single \ | 6 | EXTRA_OECONF += "--enable-single \ |
| 4 | ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \ | 7 | ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \ |
| 5 | " | 8 | " |
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 @@ | |||
| 1 | require fftw.inc | 1 | require fftw.inc |
| 2 | 2 | ||
| 3 | # conflicts with fftw and fftwf | ||
| 4 | EXCLUDE_FROM_WORLD = "1" | ||
| 5 | |||
| 3 | EXTRA_OECONF += "--enable-long-double" | 6 | EXTRA_OECONF += "--enable-long-double" |
| 4 | 7 | ||
| 5 | SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" | 8 | SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3" |
