aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-08-22 14:05:14 -0700
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-09-20 20:37:45 +1200
commit6513fcf0492647ea0290bdcd5816bff2e3485e55 (patch)
tree2ac1ca70a1653f97d7acf83c2a31ccb05c549949 /layerindex
parent78406e520a1073db98a8b6af4bdcde941073b748 (diff)
downloadopenembedded-core-contrib-6513fcf0492647ea0290bdcd5816bff2e3485e55.tar.gz
update.py: default to python3 without a defined environment
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'layerindex')
-rwxr-xr-xlayerindex/update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/layerindex/update.py b/layerindex/update.py
index ac7de5eb72..423eb53ace 100755
--- a/layerindex/update.py
+++ b/layerindex/update.py
@@ -181,7 +181,7 @@ def main():
if branchobj.update_environment:
cmdprefix = branchobj.update_environment.get_command()
else:
- cmdprefix = 'python'
+ cmdprefix = 'python3'
cmd = '%s update_layer.py -l %s -b %s' % (cmdprefix, layer.name, branch)
if options.reload:
cmd += ' --reload'