From a409072567ceee234e6587f9de90ace76454397b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jan 2024 17:27:19 +0800 Subject: stress-ng: upgrade 0.17.03 -> 0.17.04 Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.17.04 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../stress-ng/stress-ng_0.17.03.bb | 36 ---------------------- .../stress-ng/stress-ng_0.17.04.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.17.03.bb create mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.17.03.bb b/meta/recipes-extended/stress-ng/stress-ng_0.17.03.bb deleted file mode 100644 index 0da5294f31..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.17.03.bb +++ /dev/null @@ -1,36 +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 = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" - -SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ - " -SRCREV = "8c39f5a2d9b199189456f414afd9e536dae69d1b" -S = "${WORKDIR}/git" - -DEPENDS = "coreutils-native libbsd" - -PROVIDES = "stress" -RPROVIDES:${PN} = "stress" -RREPLACES:${PN} = "stress" -RCONFLICTS:${PN} = "stress" - -inherit bash-completion - -EXTRA_OEMAKE = "VERBOSE=1" - -do_configure() { - mkdir -p configs - touch configs/HAVE_APPARMOR - oe_runmake makeconfig -} - -do_install() { - oe_runmake DESTDIR=${D} BINDIR=${bindir} install - ln -s stress-ng ${D}${bindir}/stress -} - -# upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315 -DEBUG_BUILD = "0" diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb b/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb new file mode 100644 index 0000000000..fde51f67ac --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng_0.17.04.bb @@ -0,0 +1,36 @@ +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 = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ + " +SRCREV = "2f22ad595f067aa940cfe4f64107e10872c2f7b5" +S = "${WORKDIR}/git" + +DEPENDS = "coreutils-native libbsd" + +PROVIDES = "stress" +RPROVIDES:${PN} = "stress" +RREPLACES:${PN} = "stress" +RCONFLICTS:${PN} = "stress" + +inherit bash-completion + +EXTRA_OEMAKE = "VERBOSE=1" + +do_configure() { + mkdir -p configs + touch configs/HAVE_APPARMOR + oe_runmake makeconfig +} + +do_install() { + oe_runmake DESTDIR=${D} BINDIR=${bindir} install + ln -s stress-ng ${D}${bindir}/stress +} + +# upstream issue: https://github.com/ColinIanKing/stress-ng/issues/315 +DEBUG_BUILD = "0" -- cgit 1.2.3-korg