]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
package_manager.py: fix rootfs failure with multilib enabled ChenQi/debian-multilib
authorChen Qi <Qi.Chen@windriver.com>
Wed, 28 Jan 2015 08:31:49 +0000 (16:31 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Thu, 29 Jan 2015 02:16:17 +0000 (10:16 +0800)
commitb35561e993f50d52ae592feddd907881b940f312
tree8095d9102624bec5db3a046b97075317cb6a6d29
parent2a775ebbb175dd70fc7228607c306d4ccb9e4ba4
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>
meta/lib/oe/package_manager.py