diff options
author | Mariano Lopez <mariano.lopez@linux.intel.com> | 2016-06-02 13:09:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:30 +0100 |
commit | 91a7f54e088693b77cf91b886904cd56b80d7ff7 (patch) | |
tree | b6196a07e23a9da82d088d15e268196ddc273318 /meta/lib/oeqa/runexported.py | |
parent | 1a2a69e042fbd21a1e8898a61de0315698dc77a7 (diff) | |
download | poky-91a7f54e088693b77cf91b886904cd56b80d7ff7.tar.gz |
testexport.bbclass: Update to use python3
Remove deprecated attributes in order to use python3.
runexported was changed to use python3.
[YOCTO #9702]
(From OE-Core rev: 9129af6dc421455c0253be313bf5781b913dc5fd)
Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runexported.py')
-rwxr-xr-x | meta/lib/oeqa/runexported.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runexported.py b/meta/lib/oeqa/runexported.py index 52c1171a3a..f1366a63d3 100755 --- a/meta/lib/oeqa/runexported.py +++ b/meta/lib/oeqa/runexported.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | 2 | ||
3 | 3 | ||
4 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |