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>
This commit is contained in:
Yue Tao 2014-10-29 04:19:28 -04:00 committed by Martin Jansa
parent aec24e33e0
commit f2fdce3ec9

View File

@ -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?