]> code.ossystems Code Review - openembedded-core.git/commit
attr: Use BPN instead of PN for style like lib${PN}
authorDongxiao Xu <dongxiao.xu@intel.com>
Thu, 18 Aug 2011 06:54:55 +0000 (14:54 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 16:05:53 +0000 (09:05 -0700)
commit4bb32686a727e0458f091a34800345938fb56606
treebf25e2ee7b0fc49e97cb599a398f1a5e44bf1b8b
parent2768b3b26d392d988d392c80e52e1f5e9da23c5c
attr: 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.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/recipes-support/attr/attr.inc