recipes: Fix variable assignment whitespace

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Richard Purdie
2025-03-19 13:07:48 -07:00
committed by Khem Raj
parent 42727bb3c0
commit eac1f5b9c0
86 changed files with 96 additions and 96 deletions
@@ -42,7 +42,7 @@ EXTRA_OEMAKE = "'ARCH=${LIBHUGETLBFS_ARCH}' 'OPT=${CFLAGS}' 'CC=${CC}' ${LIBARGS
PARALLEL_MAKE = ""
CFLAGS += "-fexpensive-optimizations -frename-registers -fomit-frame-pointer -g0"
export HUGETLB_LDSCRIPT_PATH="${S}/ldscripts"
export HUGETLB_LDSCRIPT_PATH = "${S}/ldscripts"
TARGET_CC_ARCH += "${LDFLAGS}"
@@ -2,7 +2,7 @@ DESCRIPTION = "Whetstone benchmark is a synthetic benchmark for evaluating the p
SUMMARY = "CPU benchmark to measure floating point performance"
LICENSE = "PD"
LIC_FILES_CHKSUM ="file://${UNPACKDIR}/whetstone.c;beginline=1;endline=52;md5=c795edc15e7e1d92ca8f88ad718449f5"
LIC_FILES_CHKSUM = "file://${UNPACKDIR}/whetstone.c;beginline=1;endline=52;md5=c795edc15e7e1d92ca8f88ad718449f5"
SRC_URI = "http://www.netlib.org/benchmark/whetstone.c"
SRC_URI[sha256sum] = "333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf"