diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2017-01-27 15:26:28 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-01-29 18:57:44 -0500 |
commit | 0eb5d0c7e8a8b6ccb11ddf22b133f68175e1df1c (patch) | |
tree | 0cae49e6ab20b971188fb4a3ef53417b3bb9705b | |
parent | 1efa5d623bc64659b57389e50be2568b1355d5f7 (diff) | |
download | meta-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.bb | 4 |
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 @@ | |||
1 | DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \ | 1 | DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \ |
2 | designed to expose the capabilities of a system's CPU, FPU, \ | 2 | designed to expose the capabilities of a system's CPU, FPU, \ |
3 | and memory system." | 3 | and memory system." |
4 | HOMEPAGE = "http://www.tux.org/~mayer/linux/" | 4 | HOMEPAGE = "http://www.math.utah.edu/~mayer/linux/" |
5 | LICENSE = "nbench-byte" | 5 | LICENSE = "nbench-byte" |
6 | LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f" | 6 | LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | 8 | ||
9 | SRC_URI = "http://www.tux.org/~mayer/linux/${BP}.tar.gz \ | 9 | SRC_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 | ||