diff options
author | Changqing Li <changqing.li@windriver.com> | 2020-02-18 15:43:54 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-20 12:43:20 -0500 |
commit | 0adc4c38fc718267f438656ff4d1e35c41338728 (patch) | |
tree | 9d92acc22d60f6bec9038fb45e6c070a63f0bb23 | |
parent | b19fe49b67c3835ba88131bf79c2f7f07c8b24e9 (diff) | |
download | meta-virtualization-0adc4c38fc718267f438656ff4d1e35c41338728.tar.gz |
hook_support.py: convert to python3
python2 has been removed from oe-core, convert the scripts
to python3 to avoid runtime error like:
/usr/bin/env: 'python': No such file or directory'
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rwxr-xr-x | recipes-extended/libvirt/libvirt/hook_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt/hook_support.py b/recipes-extended/libvirt/libvirt/hook_support.py index c3eb8b3a..7c5e2a94 100755 --- a/recipes-extended/libvirt/libvirt/hook_support.py +++ b/recipes-extended/libvirt/libvirt/hook_support.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # Copyright (C) 2014 Wind River Systems, Inc. | 3 | # Copyright (C) 2014 Wind River Systems, Inc. |
4 | # | 4 | # |