diff options
Diffstat (limited to 'recipes/sysstat/sysstat_8.1.6.bb')
-rw-r--r-- | recipes/sysstat/sysstat_8.1.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/sysstat/sysstat_8.1.6.bb b/recipes/sysstat/sysstat_8.1.6.bb new file mode 100644 index 0000000000..0f394ed259 --- /dev/null +++ b/recipes/sysstat/sysstat_8.1.6.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "The sysstat utilities are a collection of performance monitoring tools for Linux." +HOMEPAGE = "http://pagesperso-orange.fr/sebastien.godard/" +LICENSE = "GPL" +SECTION = "console/utils" + +SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz" + +inherit autotools + +do_configure_prepend() { + sed -i s,'-g $(MAN_GROUP)','', Makefile.in +} + +FILES_${PN} += "${libdir}/sa" + |