summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@atmel.com>2017-01-27 15:26:28 +0100
committerArmin Kuster <akuster808@gmail.com>2017-01-29 18:57:44 -0500
commit0eb5d0c7e8a8b6ccb11ddf22b133f68175e1df1c (patch)
tree0cae49e6ab20b971188fb4a3ef53417b3bb9705b
parent1efa5d623bc64659b57389e50be2568b1355d5f7 (diff)
downloadmeta-openembedded-0eb5d0c7e8a8b6ccb11ddf22b133f68175e1df1c.tar.gz
nbench-byte: fix project URL
www.tux.org/~mayer/linux/ location can't be found anymore. It seems that the www.math.utah.edu website gives an alternative to reach nbench-byte tool: use this one to fix the issue. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
index 56272d9852..4ec1c63751 100644
--- a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
+++ b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \ 1DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
2designed to expose the capabilities of a system's CPU, FPU, \ 2designed to expose the capabilities of a system's CPU, FPU, \
3and memory system." 3and memory system."
4HOMEPAGE = "http://www.tux.org/~mayer/linux/" 4HOMEPAGE = "http://www.math.utah.edu/~mayer/linux/"
5LICENSE = "nbench-byte" 5LICENSE = "nbench-byte"
6LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f" 6LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
7SECTION = "console/utils" 7SECTION = "console/utils"
8 8
9SRC_URI = "http://www.tux.org/~mayer/linux/${BP}.tar.gz \ 9SRC_URI = "http://www.math.utah.edu/~mayer/linux/${BP}.tar.gz \
10 file://nbench_32bits.patch \ 10 file://nbench_32bits.patch \
11 file://Makefile-add-more-dependencies-to-pointer.h.patch" 11 file://Makefile-add-more-dependencies-to-pointer.h.patch"
12 12