diff options
-rw-r--r-- | meta/classes/autotools.bbclass | 2 | ||||
-rwxr-xr-x | scripts/help2man | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index f213c18bf5..c05ab4b0a0 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -7,7 +7,7 @@ def autotools_dep_prepend(d): | |||
7 | 7 | ||
8 | if pn in ['autoconf-native', 'automake-native', 'help2man-native']: | 8 | if pn in ['autoconf-native', 'automake-native', 'help2man-native']: |
9 | return deps | 9 | return deps |
10 | deps += 'autoconf-native automake-native help2man-native ' | 10 | deps += 'autoconf-native automake-native ' |
11 | 11 | ||
12 | if not pn in ['libtool', 'libtool-native'] and not pn.endswith("libtool-cross"): | 12 | if not pn in ['libtool', 'libtool-native'] and not pn.endswith("libtool-cross"): |
13 | deps += 'libtool-native ' | 13 | deps += 'libtool-native ' |
diff --git a/scripts/help2man b/scripts/help2man new file mode 100755 index 0000000000..2bb8d868bd --- /dev/null +++ b/scripts/help2man | |||
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | exit 1 | ||