diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-01 12:09:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-04 10:44:10 +0100 |
commit | 9501864db80d6caa1401272a7976cd31de85830a (patch) | |
tree | 81f27a6a28a1d84488f68d12e4154176c7a884f2 /bitbake/lib/toaster/toastergui | |
parent | cf9c0be3f69135633c0800d95e77677569a79839 (diff) | |
download | poky-9501864db80d6caa1401272a7976cd31de85830a.tar.gz |
bitbake: bitbake: Strip old editor directives from file headers
There are much better ways to handle this and most editors shouldn't need this
in modern times, drop the noise from the files. Its not consitently applied
anyway.
(Bitbake rev: 5e43070e3087d09aea2f459b033d035c5ef747d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui')
-rw-r--r-- | bitbake/lib/toaster/toastergui/buildtables.py | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/tablefilter.py | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/tables.py | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/templatetags/projecttags.py | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 3 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/widgets.py | 3 |
6 files changed, 0 insertions, 18 deletions
diff --git a/bitbake/lib/toaster/toastergui/buildtables.py b/bitbake/lib/toaster/toastergui/buildtables.py index 4332107fc8..327059d00d 100644 --- a/bitbake/lib/toaster/toastergui/buildtables.py +++ b/bitbake/lib/toaster/toastergui/buildtables.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2016 Intel Corporation | 4 | # Copyright (C) 2016 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/tablefilter.py b/bitbake/lib/toaster/toastergui/tablefilter.py index 04220cf24d..ffef7955f0 100644 --- a/bitbake/lib/toaster/toastergui/tablefilter.py +++ b/bitbake/lib/toaster/toastergui/tablefilter.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py index a3de22a359..b3ea2227e0 100644 --- a/bitbake/lib/toaster/toastergui/tables.py +++ b/bitbake/lib/toaster/toastergui/tables.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py index d2ee11d2f6..1dbab3bdb9 100644 --- a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py +++ b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 5ef4f40da7..d7acaff892 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2013 Intel Corporation | 4 | # Copyright (C) 2013 Intel Corporation |
diff --git a/bitbake/lib/toaster/toastergui/widgets.py b/bitbake/lib/toaster/toastergui/widgets.py index fb03337498..645f4587e8 100644 --- a/bitbake/lib/toaster/toastergui/widgets.py +++ b/bitbake/lib/toaster/toastergui/widgets.py | |||
@@ -1,7 +1,4 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | ||
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | ||
5 | # BitBake Toaster Implementation | 2 | # BitBake Toaster Implementation |
6 | # | 3 | # |
7 | # Copyright (C) 2015 Intel Corporation | 4 | # Copyright (C) 2015 Intel Corporation |