]> code.ossystems Code Review - openembedded-core.git/commit
multilib: Use BPN instead of PN for style like lib${PN}
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 3 Aug 2011 15:19:36 +0000 (23:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Aug 2011 17:06:04 +0000 (18:06 +0100)
commitfbb734e5753655de30c82c0a036c9043820e02cb
tree75b05b7c3ce3c07751ca4625d5853ba084b92734
parent3f7809ba54bc4941c42071728cee1b286c1e87f6
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.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.6.6.bb
meta/recipes-extended/augeas/augeas.inc
meta/recipes-extended/gamin/gamin_0.1.10.bb
meta/recipes-support/attr/ea-acl.inc
meta/recipes-support/sqlite/sqlite3.inc