diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2015-01-04 11:11:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:20 +0000 |
commit | ce5cc411bb29f41e2f001118313d19b6c48d8436 (patch) | |
tree | 80a41ae2d01a27f3e1ca47289cf14c494e6ea958 /meta/recipes-extended/sysstat | |
parent | 5b7371b832f594aaeb3564fd4a64d8583e337b67 (diff) | |
download | poky-ce5cc411bb29f41e2f001118313d19b6c48d8436.tar.gz |
sysstat: upgrade to stable version 11.0.2
(From OE-Core rev: df4224f151c3d5a7f6fd33ed44abd2e3bfc5c8b0)
Signed-off-by: Chen Qi <Qi.Chen@windriver.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 | 2 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_10.2.1.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/sysstat/sysstat_11.0.2.bb | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc index 09a5d28d4a..566cb08fc2 100644 --- a/meta/recipes-extended/sysstat/sysstat.inc +++ b/meta/recipes-extended/sysstat/sysstat.inc | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://sebastien.godard.pagesperso-orange.fr/" | |||
4 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.gz \ | 7 | SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \ |
8 | file://99_sysstat \ | 8 | file://99_sysstat \ |
9 | " | 9 | " |
10 | 10 | ||
diff --git a/meta/recipes-extended/sysstat/sysstat_10.2.1.bb b/meta/recipes-extended/sysstat/sysstat_10.2.1.bb deleted file mode 100644 index 654457dbe1..0000000000 --- a/meta/recipes-extended/sysstat/sysstat_10.2.1.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require sysstat.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
4 | |||
5 | SRC_URI[md5sum] = "039dcd235dfcfb3d4acc0a05730f9512" | ||
6 | SRC_URI[sha256sum] = "3bfd1b4c5b99314585709c092096234b6e181741729f601d18d0ed7f0612612a" | ||
diff --git a/meta/recipes-extended/sysstat/sysstat_11.0.2.bb b/meta/recipes-extended/sysstat/sysstat_11.0.2.bb new file mode 100644 index 0000000000..ce83f4f0f9 --- /dev/null +++ b/meta/recipes-extended/sysstat/sysstat_11.0.2.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require sysstat.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
4 | |||
5 | SRC_URI[md5sum] = "27d4ca66869dce132ace3194dd7d7539" | ||
6 | SRC_URI[sha256sum] = "acd87fdfbe7c796480f14fc26119d8f785d26827d74a0f5bced6c492a91f1b96" | ||