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