From e5aa6b131a4fd767a09684c5a61378b6ddcfa387 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 2 Feb 2022 19:27:48 +0100 Subject: stress-ng: upgrade 0.13.10 -> 0.13.11 (From OE-Core rev: 03a86c574d2bc42cdfed582dea81782a34b2f133) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../stress-ng/stress-ng_0.13.10.bb | 24 ---------------------- .../stress-ng/stress-ng_0.13.11.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb create mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb deleted file mode 100644 index 700ee1595e..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.10.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "System load testing utility" -DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ -imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." -HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" -SRCREV = "b81116cb69a97aa671ab207a7f600aaacca091d1" -S = "${WORKDIR}/git" - -DEPENDS = "coreutils-native" - -PROVIDES = "stress" -RPROVIDES:${PN} = "stress" -RREPLACES:${PN} = "stress" -RCONFLICTS:${PN} = "stress" - -inherit bash-completion - -do_install() { - oe_runmake DESTDIR=${D} install - ln -s stress-ng ${D}${bindir}/stress -} diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb new file mode 100644 index 0000000000..72c9de38b1 --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.11.bb @@ -0,0 +1,24 @@ +SUMMARY = "System load testing utility" +DESCRIPTION = "Deliberately simple workload generator for POSIX systems. It \ +imposes a configurable amount of CPU, memory, I/O, and disk stress on the system." +HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" +SRCREV = "48be8ff4ffc4a04a0e3b5f2feaf63cce0cbd4f2b" +S = "${WORKDIR}/git" + +DEPENDS = "coreutils-native" + +PROVIDES = "stress" +RPROVIDES:${PN} = "stress" +RREPLACES:${PN} = "stress" +RCONFLICTS:${PN} = "stress" + +inherit bash-completion + +do_install() { + oe_runmake DESTDIR=${D} install + ln -s stress-ng ${D}${bindir}/stress +} -- cgit v1.2.3-54-g00ecf