diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-11-08 17:04:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:22:41 +0000 |
commit | ba4dd1afc2476259eff52f8a68fba1344e0f0474 (patch) | |
tree | 7b12d5f8083cbb81b7a0a714537da43dea7a83f9 /meta/classes/gummiboot.bbclass | |
parent | 886685d207bd5e6e2e236a7c5591f62f5de26090 (diff) | |
download | openembedded-core-ba4dd1afc2476259eff52f8a68fba1344e0f0474.tar.gz openembedded-core-ba4dd1afc2476259eff52f8a68fba1344e0f0474.tar.bz2 openembedded-core-ba4dd1afc2476259eff52f8a68fba1344e0f0474.zip |
compress_doc.bbclass: support update-alternatives
While doc file make use of update-alternatives to fix confliction,
we should reconfigure update-alternatives for doc compression.
Such as util-linux-doc:
...
update-alternatives --install /usr/share/man/man1/last.1 last.1
/usr/share/man/man1/last.1.util-linux 100
...
was updated by doc_compress to
...
update-alternatives --install /usr/share/man/man1/last.1.bz2 last.1.bz2
/usr/share/man/man1/last.1.util-linux.bz2 100
...
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/classes/gummiboot.bbclass')
0 files changed, 0 insertions, 0 deletions