]> code.ossystems Code Review - openembedded-core.git/commitdiff
multilib.bbclass: remove unneeded bb.data.inherits_class()
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 31 Oct 2017 08:10:22 +0000 (16:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jan 2018 10:13:39 +0000 (10:13 +0000)
It is duplicated to previous.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib.bbclass

index e41ba28f15e44a9db9acee731140e4aa2ce9eb71..0570ea858161e6782860639f95ccbb030e37728f 100644 (file)
@@ -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")