From 2610f65bd7d2902302be6650b9536aa43cc58656 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 10 Jan 2010 12:12:19 +0100 Subject: sysstat: refactor into .inc file, add 9.0.6 --- recipes/sysstat/sysstat_8.1.5.bb | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'recipes/sysstat/sysstat_8.1.5.bb') diff --git a/recipes/sysstat/sysstat_8.1.5.bb b/recipes/sysstat/sysstat_8.1.5.bb index 0f394ed259..1aed038a54 100644 --- a/recipes/sysstat/sysstat_8.1.5.bb +++ b/recipes/sysstat/sysstat_8.1.5.bb @@ -1,15 +1,3 @@ -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" +require sysstat.inc +PR = "${INC_PR}.0" -- cgit v1.2.3