diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-11 22:59:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-13 17:38:10 +0100 |
commit | 7b88998b9bc4d9f5bd46a6fca0182576244eebcd (patch) | |
tree | bb3498b25cb3cdff3f01eace772a0668a0b1845c /meta/recipes-extended/sysstat | |
parent | 7481749c97bcb16517516e0588844ebf24443bf1 (diff) | |
download | poky-7b88998b9bc4d9f5bd46a6fca0182576244eebcd.tar.gz |
sysstat: Update to 10.1.6
(From OE-Core rev: 2f27ca61d4f5bd3042ea9aefc2d2824e554daa69)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sysstat')
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat.inc | 1 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_10.1.5.bb | 8 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_10.1.6.bb | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 863f246249..263cbd247c 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -3,7 +3,6 @@ DESCRIPTION = "The sysstat utilities are a collection of performance monitoring | |||
3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | 3 | HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" |
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | INC_PR = "r2" | ||
7 | 6 | ||
8 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | 7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ |
9 | file://99_sysstat" | 8 | file://99_sysstat" |
diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.5.bb b/meta/recipes-extended/sysstat/sysstat_10.1.5.bb deleted file mode 100644 index 7513fd2520..0000000000 --- a/meta/recipes-extended/sysstat/sysstat_10.1.5.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require sysstat.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
4 | |||
5 | PR = "${INC_PR}.0" | ||
6 | |||
7 | SRC_URI[md5sum] = "cdf66d6acd5c8cab709e07980b77ea6b" | ||
8 | SRC_URI[sha256sum] = "81f1fdcea991f6c4e64a7a65cd9045ec2418be3379d8a80db7dec59bb7b6d3c8" | ||
diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.6.bb b/meta/recipes-extended/sysstat/sysstat_10.1.6.bb new file mode 100644 index 0000000000..2a003c888f --- /dev/null +++ b/meta/recipes-extended/sysstat/sysstat_10.1.6.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require sysstat.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
4 | |||
5 | SRC_URI[md5sum] = "909135c84e36d780d501274e7450f924" | ||
6 | SRC_URI[sha256sum] = "236c6ac3136706019170ea55426f9ae016092214a5f27d9b2f373418e433d9df" | ||