diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/fftw/fftw_3.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fftw/fftw_3.1.2.bb b/packages/fftw/fftw_3.1.2.bb index e9074d2613..e6bc885b77 100644 --- a/packages/fftw/fftw_3.1.2.bb +++ b/packages/fftw/fftw_3.1.2.bb @@ -8,7 +8,7 @@ SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared" -inherit autotools +inherit autotools pkgconfig do_stage () { autotools_stage_all |