summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fftw
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/fftw')
-rw-r--r--meta-oe/recipes-support/fftw/fftw.inc2
-rw-r--r--meta-oe/recipes-support/fftw/fftwf_3.3.3.bb4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc
index 80fc656ab..074a53b36 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -12,7 +12,7 @@ S = "${WORKDIR}/fftw-${PV}"
12inherit autotools pkgconfig 12inherit autotools pkgconfig
13 13
14do_configure_prepend() { 14do_configure_prepend() {
15 echo 'AM_PROG_AS' >> ${S}/configure.ac 15 echo 'AM_PROG_AS' >> ${S}/configure.ac
16} 16}
17 17
18PACKAGES =+ "lib${PN}" 18PACKAGES =+ "lib${PN}"
diff --git a/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb b/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
index a7b8b6789..e2989d6e3 100644
--- a/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
+++ b/meta-oe/recipes-support/fftw/fftwf_3.3.3.bb
@@ -1,8 +1,8 @@
1require fftw.inc 1require fftw.inc
2 2
3EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared \ 3EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared \
4 --enable-threads \ 4 --enable-threads \
5 ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \ 5 ${@base_contains('TUNE_FEATURES', 'neon', '--enable-neon', '', d)} \
6" 6"
7 7
8SRC_URI[md5sum] = "0a05ca9c7b3bfddc8278e7c40791a1c2" 8SRC_URI[md5sum] = "0a05ca9c7b3bfddc8278e7c40791a1c2"