If we don't do this, multilib packages don't have any code added to the postinstalls to handle user additions.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes/multilib.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 3cc470e..4dbec73 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass @@ -100,6 +100,7 @@ python __anonymous () { clsextend.map_regexp_variable("PACKAGES_DYNAMIC") clsextend.map_variable("PACKAGE_INSTALL") clsextend.map_variable("INITSCRIPT_PACKAGES") + clsextend.map_variable("USERADD_PACKAGES") } PACKAGEFUNCS_append = "do_package_qa_multilib" -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
