]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: considering multilib when setting LICENSE_EXCLUSION
authorJian Liu <jian.liu@windriver.com>
Thu, 8 Oct 2015 06:47:51 +0000 (14:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:17:53 +0000 (12:17 +0100)
commit6597130256a1609c3e05ec5891aceaf549c37985
tree4609d8b94711f44110eef6d634662f9a0e998c57
parent1003e93a1b3359a98fb631eeeda3fda184832288
base.bbclass: considering multilib when setting LICENSE_EXCLUSION

The PACKAGES is not mapped with MLPREFIX when setting LICENSE_EXCLUSION
in base.bbclass. For example,
  For libgcc-dev,
    LICENSE_EXCLUSION-libgcc-dev=1
   but for lib32-libgcc-dev,
    LICENSE_EXCLUSION-libgcc-dev=1
Obviously it is wrong for lib32-libgcc-dev.

Add MLPREFIX before the package name during setting LICENSE_EXCLUSION

Signed-off-by: Jian Liu <jian.liu@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass