diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-09-23 22:19:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 21:38:33 +0100 |
commit | 78aeee1fcef86d3e191cc01425955378df35201d (patch) | |
tree | 95d80706fdf0cf49dfac4a37bf1564ac68522f2b /meta/recipes-extended | |
parent | 75d6b2b36824a365d2144b9111d73266adbbb298 (diff) | |
download | poky-78aeee1fcef86d3e191cc01425955378df35201d.tar.gz |
man: fix not support xz/bz2 compression
In oe-core, bunzip and unzx located in /usr/bin/
rather than /usr, so tweak man's config.
[YOCTO #6750]
(From OE-Core rev: a8f07626d627b49913835778cc8039accd8b9896)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/man/man/man.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/man/man/man.conf b/meta/recipes-extended/man/man/man.conf index bb3c69720e..fc10be2758 100644 --- a/meta/recipes-extended/man/man/man.conf +++ b/meta/recipes-extended/man/man/man.conf | |||
@@ -133,7 +133,8 @@ MANSECT 1:1p:8:2:3:3p:4:5:6:7:9:0p:tcl:n:l:p:o | |||
133 | # The command given must act as a filter. | 133 | # The command given must act as a filter. |
134 | # | 134 | # |
135 | .gz /bin/gunzip -c | 135 | .gz /bin/gunzip -c |
136 | .bz2 /bin/bzip2 -c -d | 136 | .bz2 /usr/bin/bunzip2 -c |
137 | .xz /usr/bin/unxz -c | ||
137 | .z | 138 | .z |
138 | .Z /bin/zcat | 139 | .Z /bin/zcat |
139 | .F | 140 | .F |