diff options
| -rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 97b064b83d..8fd87b943b 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
| @@ -30,6 +30,9 @@ do_configure_prepend() { | |||
| 30 | do_install() { | 30 | do_install() { |
| 31 | autotools_do_install | 31 | autotools_do_install |
| 32 | 32 | ||
| 33 | # Don't version the documentation | ||
| 34 | mv ${D}${docdir}/${BP} ${D}${docdir}/${BPN} | ||
| 35 | |||
| 33 | # don't install /var/log/sa when populating rootfs. Do it through volatile | 36 | # don't install /var/log/sa when populating rootfs. Do it through volatile |
| 34 | rm -rf ${D}/var | 37 | rm -rf ${D}/var |
| 35 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then | 38 | if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then |
