]> code.ossystems Code Review - openembedded-core.git/commit
multilib.bbclass: remove invalid PACKAGE_INSTALL
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 8 Jan 2018 09:33:05 +0000 (17:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Jan 2018 22:14:52 +0000 (22:14 +0000)
commit6b25c76da51180da7c97308d5f8f5558c68cdca3
treecb51c800a365a1495f2d259b7650395dcf22f625
parent087510795331fa21ff52f103269087c06b1660fa
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@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib.bbclass