]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: do not process LICENSE_pn variables
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 3 Aug 2016 13:32:14 +0000 (16:32 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Aug 2016 21:54:44 +0000 (22:54 +0100)
commitd7229489c7dfd35164fd107d7944f3c273776118
tree4ce554dbb48b943584ea8c93375ac28d4384c0e0
parenta7f1435c4c26237cdb55066c9f5408b4fdf016aa
license.bbclass: do not process LICENSE_pn variables

The loop iterating over LICENSE_pn variables has never worked. In
addition, the LICENSE variable is supposed to contain all licenses
defined in LICENSE_pn variables. Thus, it is simpler just to use LICENSE
as the data we get is essentially the same.

[YOCTO #9499]

Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/license.bbclass