mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
multilib.bbclass: remove unneeded bb.data.inherits_class()
It is duplicated to previous. (From OE-Core rev: 1309b800fbc48bc6a3b7864eb7827b24f855ddac) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4bcfd80383
commit
fe32db3ae0
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user