diff options
| author | Ross Burton <ross.burton@intel.com> | 2020-01-03 15:35:03 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-27 16:48:08 +0000 |
| commit | dba77abb7ebaa4248ce6d96435e60e9e4c383b8c (patch) | |
| tree | 9e9f2b2c602592e5d2e5c850fde1de14f927fd55 | |
| parent | c15eca77774cc5a15aa49d60a889ffefe57f9a20 (diff) | |
| download | poky-dba77abb7ebaa4248ce6d96435e60e9e4c383b8c.tar.gz | |
sysstat: don't version the documentation folder
(From OE-Core rev: e501f13fabb89fbb967ef44d48acb4b64b2f00d2)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 |
