mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +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:
parent
c15eca7777
commit
dba77abb7e
|
@ -30,6 +30,9 @@ do_configure_prepend() {
|
||||||
do_install() {
|
do_install() {
|
||||||
autotools_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
|
# don't install /var/log/sa when populating rootfs. Do it through volatile
|
||||||
rm -rf ${D}/var
|
rm -rf ${D}/var
|
||||||
if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
|
if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user