diff mbox series

libxslt: install documentation into an unversioned directory

Message ID 20190118135411.12847-1-ross.burton@intel.com
State Accepted
Commit f9290f37b6dcaa18b09929ca3c18a4c8d0876364
Headers show
Series libxslt: install documentation into an unversioned directory | expand

Commit Message

Ross Burton Jan. 18, 2019, 1:54 p.m. UTC
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>

---
 meta/recipes-support/libxslt/libxslt_1.1.33.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-support/libxslt/libxslt_1.1.33.bb b/meta/recipes-support/libxslt/libxslt_1.1.33.bb
index 0e0c10d8168..fd442d44f72 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"