[oe-commits] Richard Purdie : multilib: Ensure we map the USERADD_PACKAGES variable

git at git.openembedded.org git at git.openembedded.org
Thu Apr 18 14:28:40 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: b10d17d1b03fd0564103a6998f218d0968d1032b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b10d17d1b03fd0564103a6998f218d0968d1032b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Apr 18 13:26:37 2013 +0000

multilib: Ensure we map the USERADD_PACKAGES variable

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 at linuxfoundation.org>

---

 meta/classes/multilib.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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"





More information about the Openembedded-commits mailing list