summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-03-06 23:13:37 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-11 17:56:41 +0100
commitbfc4ad13077ef174ef881df4c1546ed64c2f6130 (patch)
tree61f4ed861e2a542c124beff622c2989baaf113e2
parentd6c99da9d058e237a89eaa88eed1af1af8c43114 (diff)
downloadmeta-openembedded-bfc4ad13077ef174ef881df4c1546ed64c2f6130.tar.gz
fftw: Update to 3.3.6 release
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/fftw/fftw_3.3.6.bb (renamed from meta-oe/recipes-support/fftw/fftw_3.3.5.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.5.bb b/meta-oe/recipes-support/fftw/fftw_3.3.6.bb
index 71adb8905..559985169 100644
--- a/meta-oe/recipes-support/fftw/fftw_3.3.5.bb
+++ b/meta-oe/recipes-support/fftw/fftw_3.3.6.bb
@@ -4,11 +4,13 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 http://www.fftw.org/fftw-${PV}.tar.gz \ 7 http://www.fftw.org/fftw-${PV}-pl1.tar.gz \
8 file://0001-NEON-autodetection-segfaults-assume-neon-present.patch \ 8 file://0001-NEON-autodetection-segfaults-assume-neon-present.patch \
9" 9"
10SRC_URI[md5sum] = "6cc08a3b9c7ee06fdd5b9eb02e06f569" 10SRC_URI[md5sum] = "682a0e78d6966ca37c7446d4ab4cc2a1"
11SRC_URI[sha256sum] = "8ecfe1b04732ec3f5b7d279fdb8efcad536d555f9d1e8fabd027037d45ea8bcf" 11SRC_URI[sha256sum] = "1ef4aa8427d9785839bc767f3eb6a84fcb5e9a37c31ed77a04e7e047519a183d"
12
13S = "${WORKDIR}/fftw-${PV}-pl1"
12 14
13inherit autotools pkgconfig 15inherit autotools pkgconfig
14 16