summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
-rw-r--r--scripts/lib/devtool/upgrade.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py
index e015a85982..487308912f 100644
--- a/scripts/lib/devtool/upgrade.py
+++ b/scripts/lib/devtool/upgrade.py
@@ -429,6 +429,7 @@ def _create_new_recipe(newpv, md5, sha256, srcrev, srcbranch, srcsubdir_old, src
429 newvalues["LIC_FILES_CHKSUM"] = newlicchksum 429 newvalues["LIC_FILES_CHKSUM"] = newlicchksum
430 _add_license_diff_to_recipe(fullpath, license_diff) 430 _add_license_diff_to_recipe(fullpath, license_diff)
431 431
432 tinfoil.modified_files()
432 try: 433 try:
433 rd = tinfoil.parse_recipe_file(fullpath, False) 434 rd = tinfoil.parse_recipe_file(fullpath, False)
434 except bb.tinfoil.TinfoilCommandFailed as e: 435 except bb.tinfoil.TinfoilCommandFailed as e: