summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-08-03 23:19:36 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-03 18:07:25 +0100
commit5fbac72eb8c3cddf10876cf007aff54180c7264e (patch)
tree1323a3e9d39e5047d759ef10ee50723a2366b108 /meta/recipes-support/attr
parent0a4953bab4a31f5e0c029e050976b03385423f12 (diff)
downloadast2050-yocto-poky-5fbac72eb8c3cddf10876cf007aff54180c7264e.zip
ast2050-yocto-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.inc2
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 9af5960..4e79421 100644
--- a/meta/recipes-support/attr/ea-acl.inc
+++ b/meta/recipes-support/attr/ea-acl.inc
@@ -16,7 +16,7 @@ do_install () {
oe_runmake install install-lib install-dev DIST_ROOT="${D}"
}
-PACKAGES =+ "lib${PN} lib${PN}-dev lib${PN}-doc"
+PACKAGES =+ "lib${BPN} lib${BPN}-dev lib${BPN}-doc"
FILES_lib${PN} = "${base_libdir}/lib*.so.*"
OpenPOWER on IntegriCloud