diff options
author | Ross Burton <ross.burton@intel.com> | 2019-01-18 13:54:11 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-21 23:44:22 +0000 |
commit | 6ad8d2ce2727ec931deec82fa1837e0539746455 (patch) | |
tree | 9df13f114e035d5703b2797cb2dd9a5cc7645b08 /meta | |
parent | 2daede4aa8172b0c992e426cccd995bc0665a42b (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.33.bb | 2 |
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 | ||
33 | EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" | 33 | EXTRA_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 |
35 | RPROVIDES_${PN}-bin += "${PN}-utils" | 35 | RPROVIDES_${PN}-bin += "${PN}-utils" |
36 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 36 | RCONFLICTS_${PN}-bin += "${PN}-utils" |