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:
Robert Yang 2017-10-31 16:10:22 +08:00 committed by Richard Purdie
parent 4bcfd80383
commit fe32db3ae0

View 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")