diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-06-02 13:13:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:31 +0100 |
commit | 7e739905a65cabd162b33ae1e833b5d3faf4d922 (patch) | |
tree | 6224441a134e20415b6e01a1b624b3fe79e566be /scripts/yocto-layer | |
parent | 3e309e0aad0628abdfb42ab1e63bad194aefa1cc (diff) | |
download | poky-7e739905a65cabd162b33ae1e833b5d3faf4d922.tar.gz |
scripts: python3: change python to python3 in shebang
(From meta-yocto rev: c2629eb1a899a95571ec3649bec7998f130fac00)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/yocto-layer')
-rwxr-xr-x | scripts/yocto-layer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/yocto-layer b/scripts/yocto-layer index 356972ece8..a5267f2c11 100755 --- a/scripts/yocto-layer +++ b/scripts/yocto-layer | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # ex:ts=4:sw=4:sts=4:et |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- |
4 | # | 4 | # |