]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxslt: install documentation into an unversioned directory
authorRoss Burton <ross.burton@intel.com>
Fri, 18 Jan 2019 13:54:11 +0000 (13:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Jan 2019 22:24:20 +0000 (22:24 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libxslt/libxslt_1.1.33.bb

index 0e0c10d8168985bdd2d0ccf16eb5f4fb10721c89..fd442d44f72c1e1f1167e8837c2588387cb8b1c6 100644 (file)
@@ -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"