From f2fdce3ec9f2f65704dfb529a7fb96ec55b8ecab Mon Sep 17 00:00:00 2001 From: Yue Tao Date: Wed, 29 Oct 2014 04:19:28 -0400 Subject: fftw: s/PN/BPN/ 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 Signed-off-by: Jackie Huang Signed-off-by: Martin Jansa --- meta-oe/recipes-support/fftw/fftw.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-support') 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() { 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? -- cgit 1.2.3-korg