summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-02-19 15:00:06 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:20:28 +0100
commitb9ed416bfc37bd3a59e4f5a9a52d7bb286896e61 (patch)
treec982e7ff277174da5336f5330a2c7c2a02336fe2 /recipes-support
parentd875c654026fc8315cb75b8ad5dde2bc45856a63 (diff)
stress: Remove local version of stress
Stress is nowadays available in the OpenEmbdedded core layer. Remove the local version. Beside that, the local version still has an old md5sum due to upstream license change in 2015. The recipe continued to work since the default Toradex local.conf uses Toradex source mirrors with the stress package available using the old md5sum. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/stress/stress_1.0.4.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-support/stress/stress_1.0.4.bb b/recipes-support/stress/stress_1.0.4.bb
deleted file mode 100644
index 6f3114d..0000000
--- a/recipes-support/stress/stress_1.0.4.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-# stress .bb build file
-# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see /COPYING)
-
-HOMEPAGE = "http://people.seas.harvard.edu/~apw/stress/"
-SUMMARY = "Generate load stress on UNIX-like operating systems"
-DESCRIPTION = "a simple tool that imposes certain types of compute stress on UNIX-like operating systems."
-LICENSE = "GPLv3"
-
-inherit autotools
-
-MIRRORS_prepend () {
- http://people.seas.harvard.edu/~apw/stress/ http://pkgs.fedoraproject.org/repo/pkgs/stress/stress-1.0.4.tar.gz/a607afa695a511765b40993a64c6e2f4/
-}
-
-SRC_URI=" \
- http://people.seas.harvard.edu/~apw/stress/stress-${PV}.tar.gz \
- file://texinfo.patch \
-"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-SRC_URI[md5sum] = "a607afa695a511765b40993a64c6e2f4"
-SRC_URI[sha256sum] = "369c997f65e8426ae8b318d4fdc8e6f07a311cfa77cc4b25dace465c582163c0" \ No newline at end of file