mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
c15eca7777
commit
dba77abb7e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user