From 147499af0a7a2b2bf3c1d1f3eb7060d27716ada9 Mon Sep 17 00:00:00 2001 From: Paolo Valente Date: Tue, 2 Oct 2018 09:15:27 +0200 Subject: [PATCH 1/2] s-suite: add missing dependencies Signed-off-by: Paolo Valente --- recipes-benchmark/s-suite/s-suite_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-benchmark/s-suite/s-suite_git.bb b/recipes-benchmark/s-suite/s-suite_git.bb index fafa163..2bcf0cf 100644 --- a/recipes-benchmark/s-suite/s-suite_git.bb +++ b/recipes-benchmark/s-suite/s-suite_git.bb @@ -8,7 +8,7 @@ SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" S = "${WORKDIR}/git" DEPENDS = "rsync" -RDEPENDS_${PN} = "libaio-dev bash gcc fio" +RDEPENDS_${PN} = "libaio-dev bash gcc fio gawk g++ libaio sysstat bc coreutils" do_install() { mkdir -p ${D}/opt/ From 1703112afe29297debb8492159b39364bef37d26 Mon Sep 17 00:00:00 2001 From: Paolo Valente Date: Tue, 2 Oct 2018 09:17:23 +0200 Subject: [PATCH 2/2] s-suite: SRCREV to version 2.4 Signed-off-by: Paolo Valente --- recipes-benchmark/s-suite/s-suite_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-benchmark/s-suite/s-suite_git.bb b/recipes-benchmark/s-suite/s-suite_git.bb index 2bcf0cf..3a76ab3 100644 --- a/recipes-benchmark/s-suite/s-suite_git.bb +++ b/recipes-benchmark/s-suite/s-suite_git.bb @@ -2,7 +2,7 @@ SUMMARY = "Small collection of benchmarks for storage I/O" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b529aaa6a0c50f15d29f89609b5c22f3" -SRCREV = "cf24d76722a5e55f502d75ac9a8eaffc73afdb58" +SRCREV = "79698f645bfb28d0d966484ddad3a1efb562246d" SRC_URI = "git://github.com/Algodev-github/S.git;protocol=https;branch=master" S = "${WORKDIR}/git"