]> code.ossystems Code Review - openembedded-core.git/commit
libc-package.bbclass: add MLPREFIX when set values to PACKAGES
authorDongxiao Xu <dongxiao.xu@intel.com>
Wed, 28 Sep 2011 06:16:45 +0000 (14:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2011 10:47:23 +0000 (11:47 +0100)
commit693a4c31c9c071e5af21570107698ec79f709246
tree31654f7c93c1516d17fea4fbfa0dc69ff5ed6f7d
parente0ffab2321b22b40333a0e857d42c16ae599cc0c
libc-package.bbclass: add MLPREFIX when set values to PACKAGES

There are some places that PACKAGES are dynamically set. To support
multilib, we need to add MLPREFIX before the package name in those
settings.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/classes/libc-package.bbclass