Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes-benchmark/s-suite/s-suite_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ 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"

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/
Expand Down