diff options
Diffstat (limited to 'classes/src_distribute.oeclass')
-rw-r--r-- | classes/src_distribute.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/src_distribute.oeclass b/classes/src_distribute.oeclass index 8fe329c105..9b10cd6986 100644 --- a/classes/src_distribute.oeclass +++ b/classes/src_distribute.oeclass @@ -26,7 +26,7 @@ python do_distribute_sources () { if lvalid != 1: valid = 0 if valid == 0: - oe.note("Licenses in LICENSE are not all listed in SRC_DISTRIBUTE_LICENSES, skipping source distribution") + oe.note("Licenses (%s) are not all listed in SRC_DISTRIBUTE_LICENSES, skipping source distribution" % licenses) return import re for s in (oe.data.getVar('A', d, 1) or "").split(): |