diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2014-10-29 04:19:28 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-07 15:05:05 +0100 |
commit | f2fdce3ec9f2f65704dfb529a7fb96ec55b8ecab (patch) | |
tree | b48d608f9b21be3c9c08f2b3a1d76f8f332cdf9a /meta-oe/recipes-support/fftw/fftw.inc | |
parent | aec24e33e053ce75ad733b786056dc45186e503e (diff) | |
download | meta-openembedded-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/fftw/fftw.inc')
-rw-r--r-- | meta-oe/recipes-support/fftw/fftw.inc | 4 |
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 9007e1d82..1522ea0bb 100644 --- a/meta-oe/recipes-support/fftw/fftw.inc +++ b/meta-oe/recipes-support/fftw/fftw.inc | |||
@@ -19,7 +19,7 @@ do_configure_prepend() { | |||
19 | echo 'AM_PROG_AS' >> ${S}/configure.ac | 19 | echo 'AM_PROG_AS' >> ${S}/configure.ac |
20 | } | 20 | } |
21 | 21 | ||
22 | PACKAGES =+ "lib${PN}" | 22 | PACKAGES =+ "lib${BPN}" |
23 | FILES_lib${PN} = "${libdir}/lib*.so.*" | 23 | FILES_lib${BPN} = "${libdir}/lib*.so.*" |
24 | 24 | ||
25 | # rename binary in /bin and use u-a tpo choose between different precision implementations? | 25 | # rename binary in /bin and use u-a tpo choose between different precision implementations? |