mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
libxslt: install documentation into an unversioned directory
The version number isn't useful in /usr/share/doc as we can only install one copy of libxslt, and this reduces noise in buildhistory-diff reports. (From OE-Core rev: f9290f37b6dcaa18b09929ca3c18a4c8d0876364) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2daede4aa8
commit
6ad8d2ce27
@@ -30,7 +30,7 @@ do_configure_prepend () {
|
||||
touch ${S}/doc/xsltproc.1
|
||||
}
|
||||
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}"
|
||||
# older versions of this recipe had ${PN}-utils
|
||||
RPROVIDES_${PN}-bin += "${PN}-utils"
|
||||
RCONFLICTS_${PN}-bin += "${PN}-utils"
|
||||
|
||||
Reference in New Issue
Block a user