mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
aec24e33e0
commit
f2fdce3ec9
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user