[oe-commits] [openembedded-core] 11/11: multilib.bbclass: remove unneeded bb.data.inherits_class()

git at git.openembedded.org git at git.openembedded.org
Fri Jan 5 17:49:08 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 dd4588e210d1f8a9cf727ff333fa8f67bfbf01b1
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Tue Oct 31 16:10:22 2017 +0800

    multilib.bbclass: remove unneeded bb.data.inherits_class()
    
    It is duplicated to previous.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/multilib.bbclass | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass
index e41ba28..0570ea8 100644
--- a/meta/classes/multilib.bbclass
+++ b/meta/classes/multilib.bbclass
@@ -99,8 +99,6 @@ python __anonymous () {
         d.setVar("LINGUAS_INSTALL", "")
         # FIXME, we need to map this to something, not delete it!
         d.setVar("PACKAGE_INSTALL_ATTEMPTONLY", "")
-
-    if bb.data.inherits_class('image', d):
         return
 
     clsextend.map_depends_variable("DEPENDS")

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


More information about the Openembedded-commits mailing list