]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
multilib.bbclass: remove invalid PACKAGE_INSTALL
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 31 Oct 2017 08:54:36 +0000 (16:54 +0800)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 8 Jan 2018 10:08:32 +0000 (18:08 +0800)
commit642acf2b53678062ea5f8a5c316d38ca9117d426
treee0983b148cb9415cba6968d8785d6278f0a65607
parent0229db6f880d03f273d831df338a1ae0d88cb09b
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>
meta/classes/multilib.bbclass