diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-28 20:23:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-30 22:40:52 +0100 |
commit | 15cdacb8c03fe3061f1159e6c4eaacf3dcbde8eb (patch) | |
tree | cd5d0bc5ba59393844c961bd7b201428b56d1a69 /meta/lib/oeqa | |
parent | 16e95578506acd9f373ff389be0ea1062aaa2ca8 (diff) | |
download | poky-15cdacb8c03fe3061f1159e6c4eaacf3dcbde8eb.tar.gz |
oeqa: Cleanup /usr/bin/env python
(From OE-Core rev: eb79217b8761816a21c8f7bed3c5379c1b9230ea)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/wic.py | 1 | ||||
-rw-r--r-- | meta/lib/oeqa/utils/logparser.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/wic.py b/meta/lib/oeqa/selftest/cases/wic.py index d16eae5889..f1c6f390c5 100644 --- a/meta/lib/oeqa/selftest/cases/wic.py +++ b/meta/lib/oeqa/selftest/cases/wic.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (c) 2015, Intel Corporation. | 2 | # Copyright (c) 2015, Intel Corporation. |
4 | # | 3 | # |
diff --git a/meta/lib/oeqa/utils/logparser.py b/meta/lib/oeqa/utils/logparser.py index b31214b1c7..7313df8ec3 100644 --- a/meta/lib/oeqa/utils/logparser.py +++ b/meta/lib/oeqa/utils/logparser.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # SPDX-License-Identifier: MIT | 2 | # SPDX-License-Identifier: MIT |
4 | # | 3 | # |