diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-09-14 08:31:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:46:14 +0100 |
commit | 849fbd50a52f1aa0330b47993d38a0f7812977c7 (patch) | |
tree | 4b9e8552daab9c06040ad5146c23c0223ba8d5c1 /meta/recipes-extended/sysstat/sysstat.inc | |
parent | 0ce598e60015ad75a97fd0250266d0dd591100b4 (diff) | |
download | openembedded-core-849fbd50a52f1aa0330b47993d38a0f7812977c7.tar.gz openembedded-core-849fbd50a52f1aa0330b47993d38a0f7812977c7.tar.bz2 openembedded-core-849fbd50a52f1aa0330b47993d38a0f7812977c7.zip |
sysstat: upgrade to 10.1.7
Remove patch that was backported and from verion we updated to
Also cleanup white space
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/sysstat/sysstat.inc')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index ac3c89be3c..af1fa0c7cf 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc @@ -5,8 +5,8 @@ LICENSE = "GPLv2+" SECTION = "console/utils" SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ - file://99_sysstat \ - file://0001-Update-Makefile-to-allow-for-parallel-execution.patch " + file://99_sysstat \ + " inherit autotools gettext |