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-31 10:17:34 +0000 |
commit | 972b8a14e65c544082806d8bcc38195b27345a89 (patch) | |
tree | c86ee8ffd494c36c54ffcd27a4a91af8480b0c67 /meta/classes/migrate_localcount.bbclass | |
parent | 4a3f37f7d004b196b9caeb558d3461452dd85edc (diff) | |
download | openembedded-core-972b8a14e65c544082806d8bcc38195b27345a89.tar.gz openembedded-core-972b8a14e65c544082806d8bcc38195b27345a89.tar.bz2 openembedded-core-972b8a14e65c544082806d8bcc38195b27345a89.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
...
(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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/classes/migrate_localcount.bbclass')
0 files changed, 0 insertions, 0 deletions