mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
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. (From OE-Core rev: b10d17d1b03fd0564103a6998f218d0968d1032b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -100,6 +100,7 @@ python __anonymous () {
|
|||||||
clsextend.map_regexp_variable("PACKAGES_DYNAMIC")
|
clsextend.map_regexp_variable("PACKAGES_DYNAMIC")
|
||||||
clsextend.map_variable("PACKAGE_INSTALL")
|
clsextend.map_variable("PACKAGE_INSTALL")
|
||||||
clsextend.map_variable("INITSCRIPT_PACKAGES")
|
clsextend.map_variable("INITSCRIPT_PACKAGES")
|
||||||
|
clsextend.map_variable("USERADD_PACKAGES")
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGEFUNCS_append = "do_package_qa_multilib"
|
PACKAGEFUNCS_append = "do_package_qa_multilib"
|
||||||
|
|||||||
Reference in New Issue
Block a user