summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
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-21 23:44:22 +0000
commit6ad8d2ce2727ec931deec82fa1837e0539746455 (patch)
tree9df13f114e035d5703b2797cb2dd9a5cc7645b08 /meta/recipes-support
parent2daede4aa8172b0c992e426cccd995bc0665a42b (diff)
downloadpoky-6ad8d2ce2727ec931deec82fa1837e0539746455.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. (From OE-Core rev: f9290f37b6dcaa18b09929ca3c18a4c8d0876364) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 () {
30 touch ${S}/doc/xsltproc.1 30 touch ${S}/doc/xsltproc.1
31} 31}
32 32
33EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" 33EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto --with-html-subdir=${BPN}"
34# older versions of this recipe had ${PN}-utils 34# older versions of this recipe had ${PN}-utils
35RPROVIDES_${PN}-bin += "${PN}-utils" 35RPROVIDES_${PN}-bin += "${PN}-utils"
36RCONFLICTS_${PN}-bin += "${PN}-utils" 36RCONFLICTS_${PN}-bin += "${PN}-utils"