summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/fftw/fftw_3.3.11.bb (renamed from meta-oe/recipes-support/fftw/fftw_3.3.10.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb b/meta-oe/recipes-support/fftw/fftw_3.3.11.bb
index 52122b9c0c..83010d3e7d 100644
--- a/meta-oe/recipes-support/fftw/fftw_3.3.10.bb
+++ b/meta-oe/recipes-support/fftw/fftw_3.3.11.bb
@@ -9,7 +9,7 @@ SRC_URI = " \
9 file://install-bench.patch \ 9 file://install-bench.patch \
10 file://run-ptest \ 10 file://run-ptest \
11" 11"
12SRC_URI[sha256sum] = "56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467" 12SRC_URI[sha256sum] = "5630c24cdeb33b131612f7eb4b1a9934234754f9f388ff8617458d0be6f239a1"
13 13
14UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html" 14UPSTREAM_CHECK_URI = "http://www.fftw.org/download.html"
15 15
@@ -57,7 +57,7 @@ do_configure() {
57do_compile() { 57do_compile() {
58 for lib in fftw fftwl fftwf; do 58 for lib in fftw fftwl fftwf; do
59 cd ${WORKDIR}/build-$lib 59 cd ${WORKDIR}/build-$lib
60 test -n "${TOOLCHAIN_OPTIONS}" && sed -i -e 's|${TOOLCHAIN_OPTIONS}||g' config.h 60 sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' config.h
61 autotools_do_compile 61 autotools_do_compile
62 done 62 done
63} 63}