diff options
| author | Marcin Juszkiewicz <marcin@haerwu.biz> | 2008-10-15 15:08:47 +0200 |
|---|---|---|
| committer | Marcin Juszkiewicz <marcin@haerwu.biz> | 2008-10-15 15:08:47 +0200 |
| commit | 40fdfee5f69c414d9050c7e360341b5c2ec4661d (patch) | |
| tree | 3524118a33a05da3620ae13c13d41684e38ce78b /packages/sysstat | |
| parent | 9b90ffaa4d20471ebb668369003371bb492411ab (diff) | |
| parent | 98cc7009116b255ae489246949367d22eb98b1b3 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/sysstat')
| -rw-r--r-- | packages/sysstat/sysstat_8.1.6.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/sysstat/sysstat_8.1.6.bb b/packages/sysstat/sysstat_8.1.6.bb new file mode 100644 index 0000000000..0f394ed259 --- /dev/null +++ b/packages/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" + |
