summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool')
-rw-r--r--scripts/lib/recipetool/create.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index 5bd3853794..1be3f14f86 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -348,7 +348,6 @@ def supports_srcrev(uri):
348 # This is a bit sad, but if you don't have this set there can be some 348 # This is a bit sad, but if you don't have this set there can be some
349 # odd interactions with the urldata cache which lead to errors 349 # odd interactions with the urldata cache which lead to errors
350 localdata.setVar('SRCREV', '${AUTOREV}') 350 localdata.setVar('SRCREV', '${AUTOREV}')
351 bb.data.update_data(localdata)
352 try: 351 try:
353 fetcher = bb.fetch2.Fetch([uri], localdata) 352 fetcher = bb.fetch2.Fetch([uri], localdata)
354 urldata = fetcher.ud 353 urldata = fetcher.ud