This looks like some debug printing that was left in by accident.
(From OE-Core rev:
b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
license = license.replace(' ', '_')
if not license[0] == '(':
license = '(' + license + ')'
- print('LICENSE: {}'.format(license))
else:
license = license.replace('AND', '&')
if license[0] == '(':