[oe-commits] Hongxu Jia : man: fix not support xz/bz2 compression

git at git.openembedded.org git at git.openembedded.org
Tue Sep 23 20:38:56 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: a8f07626d627b49913835778cc8039accd8b9896
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a8f07626d627b49913835778cc8039accd8b9896

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Sep 23 22:19:58 2014 +0800

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]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/man/man/man.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/man/man/man.conf b/meta/recipes-extended/man/man/man.conf
index bb3c697..fc10be2 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
 # The command given must act as a filter.
 #
 .gz		/bin/gunzip -c
-.bz2		/bin/bzip2 -c -d
+.bz2		/usr/bin/bunzip2 -c
+.xz		/usr/bin/unxz -c
 .z		
 .Z		/bin/zcat
 .F		



More information about the Openembedded-commits mailing list