From 570e564ad5b701d0978cae77d999707cf069a87a Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Mon, 9 Jan 2017 21:09:47 +0300 Subject: [PATCH] ffsb: fix build --- app-benchmarks/ffsb/ffsb-6.0_rc2.recipe | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app-benchmarks/ffsb/ffsb-6.0_rc2.recipe b/app-benchmarks/ffsb/ffsb-6.0_rc2.recipe index 01df6ffbc..ba7735369 100644 --- a/app-benchmarks/ffsb/ffsb-6.0_rc2.recipe +++ b/app-benchmarks/ffsb/ffsb-6.0_rc2.recipe @@ -1,13 +1,12 @@ SUMMARY="Flexible Filesystem Benchmark" -DESCRIPTION=" -The Flexible Filesystem Benchmark (FFSB) is a cross-platform filesystem \ -performance measurement tool. It uses customizable profiles to measure of \ -different workloads, and it supports multiple groups of threads across \ -multiple filesystems." +DESCRIPTION="The Flexible Filesystem Benchmark (FFSB) is a cross-platform \ +filesystem performance measurement tool. It uses customizable profiles to \ +measure of different workloads, and it supports multiple groups of threads \ +across multiple filesystems." HOMEPAGE="http://sourceforge.net/projects/ffsb" COPYRIGHT="2001-2004 International Business Machines Corp." LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://downloads.sourceforge.net/project/ffsb/ffsb/ffsb-6.0-rc2/ffsb-6.0-rc2.tar.bz2" CHECKSUM_SHA256="e5867692aae8c9bfbcdc774599022289c4d89c1d90f4dd7101fb9865ac773c71" SOURCE_DIR="ffsb-6.0-rc2" @@ -40,7 +39,7 @@ BUILD() libtoolize --force --copy --install aclocal autoconf - automake + automake --add-missing runConfigure ./configure make }