]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 25 Apr 2016 01:37:17 +0000 (18:37 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 27 Apr 2016 02:15:47 +0000 (19:15 -0700)
commitb59fd4c5891e116865197f6a71186a99b893924b
treefff27cb93adef121120f846c8cf0483b8e92b35d
parent60a6b185a9bd89574d7a0d74347be022a499d8c9
packagegroup.bbclass: set LICENSE and LIC_FILES_CHKSUM

* Use "??=" in bitbake.conf to set LICENSE, so that it can overrided by
  packagegroup.bbclass and recipes.

* Use "?=" to set LICENSE and LIC_FILES_CHKSUM to MIT by default
  in packagegroup.bbclass, this won't impact any packagegroup recipes
  which use non-MIT license, since they can be overrided by the recipe.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/packagegroup.bbclass
meta/conf/bitbake.conf