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:23:59 +0000 |
commit | 5030c7fb3ef919ebd98ff9c8b22e070a86e66617 (patch) | |
tree | 9f9ce4e9bbbb9442e43c3f9d805b040ec546e4e6 /scripts/lib/bsp/help.py | |
parent | 887ffa0d7e19f08b9ef1bc3edf591f6a2998b835 (diff) | |
download | poky-5030c7fb3ef919ebd98ff9c8b22e070a86e66617.tar.gz |
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
...
(From OE-Core rev: ba4dd1afc2476259eff52f8a68fba1344e0f0474)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/bsp/help.py')
0 files changed, 0 insertions, 0 deletions