diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-08-16 20:27:38 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
commit | 946cedf420fdf62a141756284698a78f363f4edb (patch) | |
tree | 94b68fd29e94d1157c06598a4438023e6d3e72d4 /meta-oe/recipes-support/fftw | |
parent | f6c3e2325bd031dae741148ee51785074f279697 (diff) | |
download | meta-openembedded-946cedf420fdf62a141756284698a78f363f4edb.tar.gz |
fftw: upgrade 3.3.7 -> 3.3.8
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fftw')
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.8.bb (renamed from meta-oe/recipes-support/fftw/fftw_3.3.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.7.bb b/meta-oe/recipes-support/fftw/fftw_3.3.8.bb index aae6ec952..09c692dc6 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.7.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.8.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = " \ | |||
7 | http://www.fftw.org/fftw-${PV}.tar.gz \ | 7 | http://www.fftw.org/fftw-${PV}.tar.gz \ |
8 | file://0001-NEON-autodetection-segfaults-assume-neon-present.patch \ | 8 | file://0001-NEON-autodetection-segfaults-assume-neon-present.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "0d5915d7d39b3253c1cc05030d79ac47" | 10 | SRC_URI[md5sum] = "8aac833c943d8e90d51b697b27d4384d" |
11 | SRC_URI[sha256sum] = "3b609b7feba5230e8f6dd8d245ddbefac324c5a6ae4186947670d9ac2cd25573" | 11 | SRC_URI[sha256sum] = "6113262f6e92c5bd474f2875fa1b01054c4ad5040f6b0da7c03c98821d9ae303" |
12 | 12 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||