mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user