diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-02-17 00:47:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 22:35:02 +0000 |
commit | 876015dbaf9ae437f432fc1fa2907a15bfaae1e7 (patch) | |
tree | d64121b9aede4ea2b2721bf8678cce02ce612845 /scripts | |
parent | 2fdc77221a2e743c264f10799b8eeff5ab483df0 (diff) | |
download | poky-876015dbaf9ae437f432fc1fa2907a15bfaae1e7.tar.gz |
scripts: delete dummy help2man script
This was added to try and deal with the cross compile issue of
help2man ; one can not run an ARM binary "./chmod --help" on an
x86-64 host in order to get the help text to create a man page.
This has been primarily an issue with the coreutils package.
However, we have since fixed coreutils to have useful pre-made
manpages and we don't need this script anymore. And if other
gnu packages are getting useless truncated "dummy" manpages,
we want the build to fail so we can fix those packages in a
similar way, vs. having the issue hidden via a help2man that is
a no-op.
(From OE-Core rev: 3fc812377baf95768cef0b7728a73a4b9e07f2ab)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/help2man | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/help2man b/scripts/help2man deleted file mode 100755 index 2bb8d868bd..0000000000 --- a/scripts/help2man +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | exit 1 | ||