[oe-commits] [openembedded-core] 04/13: multilib.bbclass: remove invalid PACKAGE_INSTALL

git at git.openembedded.org git at git.openembedded.org
Wed Jan 10 18:12:05 UTC 2018


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

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

commit 50a46d2b1dc0edc03a096ac79f0d1b05ec1fd23e
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon Jan 8 17:33:05 2018 +0800

    multilib.bbclass: remove invalid PACKAGE_INSTALL
    
    The PACKAGE_INSTALL is only used by image recipe, the previous code had
    handled it in "if bb.data.inherits_class('image', d)", handle it again
    doesn't make any sense (there is no PACKAGE_INSTALL for non-image
    recipe), so remove it.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/multilib.bbclass | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index 0570ea8..dc0868b 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -112,7 +112,6 @@ python __anonymous () {
 
     clsextend.map_packagevars()
     clsextend.map_regexp_variable("PACKAGES_DYNAMIC")
-    clsextend.map_variable("PACKAGE_INSTALL")
     clsextend.map_variable("INITSCRIPT_PACKAGES")
     clsextend.map_variable("USERADD_PACKAGES")
     clsextend.map_variable("SYSTEMD_PACKAGES")

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


More information about the Openembedded-commits mailing list