]> code.ossystems Code Review - openembedded-core.git/commit
package_manager.py: fix rootfs failure with multilib enabled
authorChen Qi <Qi.Chen@windriver.com>
Thu, 29 Jan 2015 02:22:14 +0000 (10:22 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:42 +0000 (14:53 +0000)
commitd140d556ae30b6dbd0ffce8882c3e22b17050820
treeeef2b22027eaac305b8aa7388f0fce1edd6b84ab
parent046dd5567d9de0596023846e7f0c6df7f01a9f5b
package_manager.py: fix rootfs failure with multilib enabled

With the current code, if we use debian package backend and enable
multilib support, the do_rootfs process would always fail with error
messages like below.

    E: Unable to locate package packagegroup-core-boot

This patch fixes the above problem.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package_manager.py