diff options
Diffstat (limited to 'meta/classes/autotools.bbclass')
-rw-r--r-- | meta/classes/autotools.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 4ab2460990..c77ba71a3a 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def get_autotools_dep(d): | 5 | def get_autotools_dep(d): |
2 | if d.getVar('INHIBIT_AUTOTOOLS_DEPS'): | 6 | if d.getVar('INHIBIT_AUTOTOOLS_DEPS'): |
3 | return '' | 7 | return '' |