[oe] [meta-oe][PATCH] fftw: s/PN/BPN/

jackie.huang at windriver.com jackie.huang at windriver.com
Wed Oct 29 08:19:28 UTC 2014


From: Yue Tao <Yue.Tao at windriver.com>

Replace the PN with BPN to fix the multilib build.

The error is:
/ala-lpggp21/bpiolin/intel-x86-64-gplv2-4/bitbake_build/tmp/pkgdata/*/runtime-reverse/lib32-libfftw:
No such file or directory

Because the PN causes the package is named as lib32-liblib32-fftw.

Signed-off-by: Yue Tao <Yue.Tao at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/recipes-support/fftw/fftw.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/fftw/fftw.inc b/meta-oe/recipes-support/fftw/fftw.inc
index 9007e1d..1522ea0 100644
--- a/meta-oe/recipes-support/fftw/fftw.inc
+++ b/meta-oe/recipes-support/fftw/fftw.inc
@@ -19,7 +19,7 @@ do_configure_prepend() {
     echo 'AM_PROG_AS' >> ${S}/configure.ac 
 }
 
-PACKAGES =+ "lib${PN}"
-FILES_lib${PN} = "${libdir}/lib*.so.*"
+PACKAGES =+ "lib${BPN}"
+FILES_lib${BPN} = "${libdir}/lib*.so.*"
 
 # rename binary in /bin and use u-a tpo choose between different precision implementations?
-- 
2.0.0




More information about the Openembedded-devel mailing list