From bb91342d8bd3043f8645a54cbdd46aab8161913d Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 22 Nov 2021 22:59:32 +0800 Subject: stress-ng: upgrade 0.13.06 -> 0.13.07 (From OE-Core rev: d1557f552c6945803642ea78f26bc2082a29bc22) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../stress-ng/stress-ng_0.13.06.bb | 26 ---------------------- .../stress-ng/stress-ng_0.13.07.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb create mode 100644 meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb (limited to 'meta') diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb deleted file mode 100644 index 4c4d8a9c57..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.06.bb +++ /dev/null @@ -1,26 +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 \ - file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ - " -SRCREV = "97fc3d7795bd36a516b5ec80a9ef85d682d234ca" -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.07.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb new file mode 100644 index 0000000000..b96d16fa7b --- /dev/null +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb @@ -0,0 +1,26 @@ +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 \ + file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ + " +SRCREV = "924a37f50f73207fa230ae27a63897c77ff8e6cc" +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