diff options
-rw-r--r-- | meta/classes/autotools.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 6c2a33ac72..1f3c771c69 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -5,7 +5,7 @@ def autotools_dep_prepend(d): | |||
5 | pn = d.getVar('PN') | 5 | pn = d.getVar('PN') |
6 | deps = '' | 6 | deps = '' |
7 | 7 | ||
8 | if pn in ['autoconf-native', 'automake-native', 'help2man-native']: | 8 | if pn in ['autoconf-native', 'automake-native']: |
9 | return deps | 9 | return deps |
10 | deps += 'autoconf-native automake-native ' | 10 | deps += 'autoconf-native automake-native ' |
11 | 11 | ||