diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-03 19:29:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 00:14:00 -0700 |
commit | 57b3e39f6517abc0ade4880f6079013b784fffa8 (patch) | |
tree | 40f70732aea8328a900e1c0b2dc41856f2e6811f /meta | |
parent | da0f5037b691b4a6a64e5865063af13d2be73679 (diff) | |
download | poky-57b3e39f6517abc0ade4880f6079013b784fffa8.tar.gz |
stress: update checksums to match upstream tarball
COPYING checksum has changed because the previous upstream tarball
(taken from Fedora) had GPLv3 in it, but author's tarball has GPLv2.
Otherwise the tarballs are identical
(From OE-Core rev: 430c7b42ecf93deb41a52b641d4e3a717f3e50ff)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/stress/stress_1.0.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/stress/stress_1.0.4.bb b/meta/recipes-extended/stress/stress_1.0.4.bb index df96fc0b86..00d9940d53 100644 --- a/meta/recipes-extended/stress/stress_1.0.4.bb +++ b/meta/recipes-extended/stress/stress_1.0.4.bb | |||
@@ -2,13 +2,13 @@ DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ | |||
2 | imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." | 2 | imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." |
3 | HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" | 3 | HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | 6 | ||
7 | SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \ | 7 | SRC_URI = "http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \ |
8 | file://texinfo.patch \ | 8 | file://texinfo.patch \ |
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4" | 11 | SRC_URI[md5sum] = "890a4236dd1656792f3ef9a190cf99ef" |
12 | SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" | 12 | SRC_URI[sha256sum] = "057e4fc2a7706411e1014bf172e4f94b63a12f18412378fca8684ca92408825b" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |