[oe-commits] [openembedded-core] 17/60: Multilibize the UPDATERCPN variable

git at git.openembedded.org git at git.openembedded.org
Mon Jun 18 10:11:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ce99653e1af50d9e8f070ca6ae810908c4c138c6
Author: Jeremy Puhlman <jpuhlman at mvista.com>
AuthorDate: Wed Jun 13 12:53:43 2018 -0700

    Multilibize the UPDATERCPN variable
    
    The audit package specifies the following:
    UPDATERCPN = "auditd"
    
    However because it is not multilibized, the value "auditd" is used to
    search for the package to add the post install script too. In the mutlilib
    alternate abi case, that package does not exist. It ends up assigning
    the post install script to the lib32-audit-lic package, which
    subsequently failes to execute the script due to the initscript it is
    trying to turn on is not installed.
    
    Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/multilib.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 5f9dc31..1dcd350 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -115,6 +115,7 @@ python __anonymous () {
     clsextend.map_variable("INITSCRIPT_PACKAGES")
     clsextend.map_variable("USERADD_PACKAGES")
     clsextend.map_variable("SYSTEMD_PACKAGES")
+    clsextend.map_variable("UPDATERCPN")
 }
 
 PACKAGEFUNCS_append = " do_package_qa_multilib"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list