diff options
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc index 9007e1d828..1522ea0bb4 100644 --- a/meta-oe/recipes-support/fftw/fftw.inc +++ b/meta-oe/recipes-support/fftw/fftw.inc | |||
@@ -19,7 +19,7 @@ do_configure_prepend() { | |||
19 | echo 'AM_PROG_AS' >> ${S}/configure.ac | 19 | echo 'AM_PROG_AS' >> ${S}/configure.ac |
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGES =+ "lib${PN}" | 22 | PACKAGES =+ "lib${BPN}" |
23 | FILES_lib${PN} = "${libdir}/lib*.so.*" | 23 | FILES_lib${BPN} = "${libdir}/lib*.so.*" |
24 | 24 | ||
25 | # rename binary in /bin and use u-a tpo choose between different precision implementations? | 25 | # rename binary in /bin and use u-a tpo choose between different precision implementations? |