Skip to content

Commit b7a6c09

Browse files
committed
Add recipe lint tool with tests and fix missing HOMEPAGE in linpack
Signed-off-by: Srikanth Patchava <spatchava@meta.com>
1 parent 11f5db0 commit b7a6c09

3 files changed

Lines changed: 764 additions & 1 deletion

File tree

meta-oe/recipes-benchmark/linpack/linpack_1.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
DESCRIPTION = "LINPACK Benchmarks are a measure of a system's floating point computing power"
22
SUMMARY = "LINPACK is a software library for performing numerical linear algebra on digital computers"
3+
HOMEPAGE = "https://www.netlib.org/benchmark/linpackc.new"
34

45
LICENSE = "PD"
56
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/linpacknew.c;beginline=1;endline=23;md5=aa025e3bc44190c71e4c5e3b084fed87"
@@ -21,4 +22,3 @@ do_install () {
2122
install -Dm 0755 linpack_dp ${D}${bindir}/linpack_dp
2223
install -Dm 0755 linpack_sp ${D}${bindir}/linpack_sp
2324
}
24-

0 commit comments

Comments
 (0)