summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r--scripts/lib/recipetool/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index 83cf25d9b7..893980a5ce 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -1134,7 +1134,7 @@ def guess_license(srctree, d):
1134 1134
1135 return licenses 1135 return licenses
1136 1136
1137def split_pkg_licenses(licvalues, packages, outlines, fallback_licenses=None, pn='${PN}'): 1137def split_pkg_licenses(licvalues, packages, outlines, fallback_licenses=[], pn='${PN}'):
1138 """ 1138 """
1139 Given a list of (license, path, md5sum) as returned by guess_license(), 1139 Given a list of (license, path, md5sum) as returned by guess_license(),
1140 a dict of package name to path mappings, write out a set of 1140 a dict of package name to path mappings, write out a set of