diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-08-03 23:19:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-03 18:07:25 +0100 |
commit | 5fbac72eb8c3cddf10876cf007aff54180c7264e (patch) | |
tree | 1323a3e9d39e5047d759ef10ee50723a2366b108 /meta/recipes-support/attr | |
parent | 0a4953bab4a31f5e0c029e050976b03385423f12 (diff) | |
download | poky-5fbac72eb8c3cddf10876cf007aff54180c7264e.tar.gz |
multilib: Use BPN instead of PN for style like lib${PN}
When supporting multilib, ${PN} will be extended with MLPREFIX. However
if a package name contains ${PN} with styles like lib${PN}, such
extension will cause error. Use BPN in this case.
(From OE-Core rev: fbb734e5753655de30c82c0a036c9043820e02cb)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr')
-rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index 9af5960bae..4e794214f4 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc | |||
@@ -16,7 +16,7 @@ do_install () { | |||
16 | oe_runmake install install-lib install-dev DIST_ROOT="${D}" | 16 | oe_runmake install install-lib install-dev DIST_ROOT="${D}" |
17 | } | 17 | } |
18 | 18 | ||
19 | PACKAGES =+ "lib${PN} lib${PN}-dev lib${PN}-doc" | 19 | PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-doc" |
20 | 20 | ||
21 | FILES_lib${PN} = "${base_libdir}/lib*.so.*" | 21 | FILES_lib${PN} = "${base_libdir}/lib*.so.*" |
22 | 22 | ||