]> code.ossystems Code Review - openembedded-core.git/commit
eglibc: fix for multilib RPROVIDES issue
authorYu Ke <ke.yu@intel.com>
Fri, 22 Jul 2011 05:51:33 +0000 (13:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 27 Jul 2011 15:15:58 +0000 (16:15 +0100)
commit37ff0fea8f7180b1a9d91d24dfe1735730427497
tree6a80f71a22e68a76e719c6420ec3550857beb87f
parenta4bc86713892502aeefbbdb3053e8cf1e1fc0bdb
eglibc: fix for multilib RPROVIDES issue

in eglibc-package.inc, the "PACKAGES" variable use the ${PN} reference,
while RPROVIDES does not use ${PN}. This will lead multilib.bbclass
not mapping its RPROVIDES, and cause "NO RPROVIDER: lib64-glibc-utils"
error.

This patch unify the recipe to fix this issue

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/recipes-core/eglibc/eglibc-package.inc