diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/utility-tasks.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index 64d65c8aed..f87c9d50d8 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
@@ -95,7 +95,7 @@ do_buildall() { | |||
95 | : | 95 | : |
96 | } | 96 | } |
97 | 97 | ||
98 | addtask distro_check after do_distro_check | 98 | addtask distro_check |
99 | do_distro_check[nostamp] = "1" | 99 | do_distro_check[nostamp] = "1" |
100 | python do_distro_check() { | 100 | python do_distro_check() { |
101 | """checks if the package is present in other public Linux distros""" | 101 | """checks if the package is present in other public Linux distros""" |