]> code.ossystems Code Review - openembedded-core.git/commitdiff
multilib: Ensure we map the USERADD_PACKAGES variable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Apr 2013 13:26:37 +0000 (13:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Apr 2013 14:30:35 +0000 (15:30 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/classes/multilib.bbclass

index 3cc470ec4cc3ff6b2c4fbe1a819b5dddbe9e4054..4dbec73d78f4f0d1c1f525f04cc151c7e8b0ab81 100644 (file)
@@ -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"