[oe-commits] [openembedded-core] 02/03: libxslt: install documentation into an unversioned directory

git at git.openembedded.org git at git.openembedded.org
Fri Jan 18 17:59:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 60e4f8effc42139bbcad965e27f652482a17bfaa
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jan 18 13:54:11 2019 +0000

    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 at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/libxslt/libxslt_1.1.33.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list