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