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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py
index a4239f1cd2..52f9ab1a01 100644
--- a/scripts/lib/devtool/upgrade.py
+++ b/scripts/lib/devtool/upgrade.py
@@ -320,7 +320,7 @@ def _create_new_recipe(newpv, md5, sha256, srcrev, srcbranch, workspace, tinfoil
320 newvalues['SRC_URI[md5sum]'] = md5 320 newvalues['SRC_URI[md5sum]'] = md5
321 newvalues['SRC_URI[sha256sum]'] = sha256 321 newvalues['SRC_URI[sha256sum]'] = sha256
322 322
323 rd = oe.recipeutils.parse_recipe(tinfoil.cooker, fullpath, None) 323 rd = tinfoil.parse_recipe_file(fullpath, False)
324 oe.recipeutils.patch_recipe(rd, fullpath, newvalues) 324 oe.recipeutils.patch_recipe(rd, fullpath, newvalues)
325 325
326 return fullpath, copied 326 return fullpath, copied