diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2017-12-01 12:08:15 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:56 -0800 |
commit | 7d5f81850394290a84197a8bbf3b9608dbbc6a7a (patch) | |
tree | b1cace7ec14d9e7c4ebdd2e404eba6388bfb8759 /meta-oe/recipes-support/fftw | |
parent | 60e64f854d729b36360e6b671eb30c1e78ed2350 (diff) | |
download | meta-openembedded-7d5f81850394290a84197a8bbf3b9608dbbc6a7a.tar.gz |
fftw: update 3.3.6-p1 -> 3.3.7
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/fftw')
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw_3.3.7.bb (renamed from meta-oe/recipes-support/fftw/fftw_3.3.6.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw_3.3.6.bb b/meta-oe/recipes-support/fftw/fftw_3.3.7.bb index ed14e1658..310d72640 100644 --- a/meta-oe/recipes-support/fftw/fftw_3.3.6.bb +++ b/meta-oe/recipes-support/fftw/fftw_3.3.7.bb | |||
@@ -4,13 +4,11 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | http://www.fftw.org/fftw-${PV}-pl1.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] = "682a0e78d6966ca37c7446d4ab4cc2a1" | 10 | SRC_URI[md5sum] = "0d5915d7d39b3253c1cc05030d79ac47" |
11 | SRC_URI[sha256sum] = "1ef4aa8427d9785839bc767f3eb6a84fcb5e9a37c31ed77a04e7e047519a183d" | 11 | SRC_URI[sha256sum] = "3b609b7feba5230e8f6dd8d245ddbefac324c5a6ae4186947670d9ac2cd25573" |
12 | |||
13 | S = "${WORKDIR}/fftw-${PV}-pl1" | ||
14 | 12 | ||
15 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
16 | 14 | ||
@@ -76,6 +74,7 @@ FILES_fftwl-wisdom = "${bindir}/fftwl-wisdom" | |||
76 | FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom" | 74 | FILES_fftwf-wisdom = "${bindir}/fftwf-wisdom" |
77 | FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" | 75 | FILES_fftw-wisdom-to-conf = "${bindir}/fftw-wisdom-to-conf" |
78 | 76 | ||
77 | FILES_${PN}-dev += "${libdir}/cmake" | ||
79 | RDEPENDS_${PN}-dev = "" | 78 | RDEPENDS_${PN}-dev = "" |
80 | 79 | ||
81 | BBCLASSEXTEND = "native" | 80 | BBCLASSEXTEND = "native" |