[oe-commits] [openembedded-core] 10/29: sysstat: don't version the documentation folder

git at git.openembedded.org git at git.openembedded.org
Thu Jan 23 00:13:34 UTC 2020


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 7c1cdfcbc7749c6ab9c7d57f968eaa65758bb5cf
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jan 3 15:35:03 2020 +0000

    sysstat: don't version the documentation folder
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/sysstat/sysstat.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 97b064b..8fd87b9 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -30,6 +30,9 @@ do_configure_prepend() {
 do_install() {
 	autotools_do_install
 
+	# Don't version the documentation
+	mv ${D}${docdir}/${BP} ${D}${docdir}/${BPN}
+
 	# don't install /var/log/sa when populating rootfs. Do it through volatile
 	rm -rf ${D}/var
 	if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then

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


More information about the Openembedded-commits mailing list