]> code.ossystems Code Review - openembedded-core.git/commit
useradd.bbclass: Fix for multilib builds
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jul 2012 14:52:19 +0000 (14:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:55:17 +0000 (10:55 +0100)
commit22dff7f36e985f9f7275b47e874147bc7bdc9473
treecb7292b61a812d6656ac33fe317763896a518c75
parentf643f886b16f586426c744afde080a99d71a9d58
useradd.bbclass: Fix for multilib builds

The class adds a setscene dependency on base-passwd as well as adds this to DEPENDS.
The DEPENDS version will be auso-converted to include MLPREFIX whilst the setscene
dependency will not. This result in errors about non-existent tasks.

This patch ensures MLPREFIX is added when it is needed and fixes various
build failures. Whether we should have two base-passwd recipes in a multilib
system is a question which would need to be addressed by future changes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/useradd.bbclass