diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-09-01 11:37:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-02 17:51:45 +0100 |
commit | 5c833e188bbf25c35c24f78eaa761a191d6b5801 (patch) | |
tree | e031b3c59891879a7b8b049eeb2467cc298c9a52 /scripts/opkg-query-helper.py | |
parent | c62d693e1341be4afcaaeb1ee37360ecac71f46a (diff) | |
download | openembedded-core-5c833e188bbf25c35c24f78eaa761a191d6b5801.tar.gz openembedded-core-5c833e188bbf25c35c24f78eaa761a191d6b5801.tar.bz2 openembedded-core-5c833e188bbf25c35c24f78eaa761a191d6b5801.zip |
classes/compress_doc.bbclass: compress man/info pages
A distribution compression policy should be established, and used by all
packages. It compressed man pages in ${mandir} and info pages in ${infodir}
1. The doc will be compressed to gz format by default, which is configured
in ${DOC_COMPRESS}
2. It will automatically correct the compressed doc which is not
in ${DOC_COMPRESS} but in ${DOC_COMPRESS_LIST} to the format
of ${DOC_COMPRESS} policy
3. It is easy to add a new type compression by editing
local.conf, such as:
...
DOC_COMPRESS_LIST_append = ' abc'
DOC_COMPRESS = 'abc'
DOC_COMPRESS_CMD[abc] = 'abc compress cmd ***'
DOC_DECOMPRESS_CMD[abc] = 'abc decompress cmd ***'
...
[YOCTO #1238]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/opkg-query-helper.py')
0 files changed, 0 insertions, 0 deletions