mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
1efa5d623b
commit
0eb5d0c7e8
@@ -1,12 +1,12 @@
|
||||
DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
|
||||
designed to expose the capabilities of a system's CPU, FPU, \
|
||||
and memory system."
|
||||
HOMEPAGE = "http://www.tux.org/~mayer/linux/"
|
||||
HOMEPAGE = "http://www.math.utah.edu/~mayer/linux/"
|
||||
LICENSE = "nbench-byte"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
|
||||
SECTION = "console/utils"
|
||||
|
||||
SRC_URI = "http://www.tux.org/~mayer/linux/${BP}.tar.gz \
|
||||
SRC_URI = "http://www.math.utah.edu/~mayer/linux/${BP}.tar.gz \
|
||||
file://nbench_32bits.patch \
|
||||
file://Makefile-add-more-dependencies-to-pointer.h.patch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user