mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +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:
@@ -19,7 +19,7 @@ do_configure_prepend() {
|
|||||||
echo 'AM_PROG_AS' >> ${S}/configure.ac
|
echo 'AM_PROG_AS' >> ${S}/configure.ac
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "lib${PN}"
|
PACKAGES =+ "lib${BPN}"
|
||||||
FILES_lib${PN} = "${libdir}/lib*.so.*"
|
FILES_lib${BPN} = "${libdir}/lib*.so.*"
|
||||||
|
|
||||||
# rename binary in /bin and use u-a tpo choose between different precision implementations?
|
# rename binary in /bin and use u-a tpo choose between different precision implementations?
|
||||||
|
|||||||
Reference in New Issue
Block a user