meta-oe: remove trailing spaces

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-08-18 18:58:34 +02:00
parent 303a585a6f
commit dc48e768f5
64 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ SUMMARY = "FFTW benchmarks"
SECTION = "libs"
LICENSE = "GPLv2"
# single precision fftw is called fftwf
# single precision fftw is called fftwf
DEPENDS = "virtual/fftw"
SRC_URI = "http://www.fftw.org/benchfft/benchfft-${PV}.tar.gz"
+1 -1
View File
@@ -16,7 +16,7 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--disable-fortran --enable-shared --enable-threads"
do_configure_prepend() {
echo 'AM_PROG_AS' >> ${S}/configure.ac
echo 'AM_PROG_AS' >> ${S}/configure.ac
}
PACKAGES =+ "lib${BPN}"