aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-01-18 13:54:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-20 22:24:20 +0000
commitf9290f37b6dcaa18b09929ca3c18a4c8d0876364 (patch)
tree4b0a1ddffc99acbe4cfa96774cc43d4b815eae79
parent042187a65d0622fbd721346b4e55146616c87fd8 (diff)
downloadopenembedded-core-contrib-f9290f37b6dcaa18b09929ca3c18a4c8d0876364.tar.gz
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. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.33.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.33.bb b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
index 0e0c10d816..fd442d44f7 100644
--- a/meta/recipes-support/libxslt/libxslt_1.1.33.bb
+++ b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
@@ -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"