aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorYue Tao <Yue.Tao@windriver.com>2014-10-29 04:19:28 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-11-07 15:05:05 +0100
commitf2fdce3ec9f2f65704dfb529a7fb96ec55b8ecab (patch)
treeb48d608f9b21be3c9c08f2b3a1d76f8f332cdf9a /meta-oe/recipes-support
parentaec24e33e053ce75ad733b786056dc45186e503e (diff)
downloadmeta-openembedded-contrib-f2fdce3ec9f2f65704dfb529a7fb96ec55b8ecab.tar.gz
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 <Yue.Tao@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/fftw/fftw.inc4
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() {
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?