mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 18:39:30 +00:00
lmbench: use spaces for indentation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
686f3cd57d
commit
4a30b26bf5
@ -10,17 +10,17 @@ inherit autotools
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \
|
||||
file://lmbench-run \
|
||||
file://rename-line-binary.patch \
|
||||
file://update-results-script.patch \
|
||||
file://obey-ranlib.patch \
|
||||
"
|
||||
file://lmbench-run \
|
||||
file://rename-line-binary.patch \
|
||||
file://update-results-script.patch \
|
||||
file://obey-ranlib.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "b3351a3294db66a72e2864a199d37cbf"
|
||||
SRC_URI[sha256sum] = "cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551"
|
||||
|
||||
EXTRA_OEMAKE = 'CC="${CC}" AR="${AR}" RANLIB="${RANLIB}" CFLAGS="${CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
|
||||
TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"'
|
||||
LDFLAGS="${LDFLAGS}" LD="${LD}" OS="${TARGET_SYS}" \
|
||||
TARGET="${TARGET_OS}" BASE="${prefix}" MANDIR="${mandir}"'
|
||||
|
||||
do_configure() {
|
||||
:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user