stress-ng: update to 0.12.01

This commit is contained in:
heitbaum 2020-12-30 08:04:59 +00:00
parent e6c7cc7ae5
commit 87ced69d49
2 changed files with 4 additions and 19 deletions

View File

@ -2,11 +2,11 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="stress-ng"
PKG_VERSION="0.11.14"
PKG_SHA256="b21436fdbd9dc482a3fd95ae27cccf0097d0f226361ea3785215f7a4ad50136b"
PKG_VERSION="0.12.01"
PKG_SHA256="d354bbbb1500cfe043c761014dc9c3f62779747fafea8a19af94402327f6d3fc"
PKG_LICENSE="GPLv2"
PKG_SITE="http://kernel.ubuntu.com/~cking/stress-ng/"
PKG_URL="http://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-$PKG_VERSION.tar.xz"
PKG_SITE="https://kernel.ubuntu.com/~cking/stress-ng/"
PKG_URL="https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain attr keyutils libaio libcap zlib"
PKG_LONGDESC="stress-ng will stress test a computer system in various selectable ways"
PKG_BUILD_FLAGS="-sysroot"

View File

@ -1,15 +0,0 @@
--- a/Makefile 2020-01-08 15:05:33.724535475 +0100
+++ b/Makefile 2020-01-08 15:06:22.475865004 +0100
@@ -339,11 +339,9 @@
endif
$(MAKE) stress-ng
-.SUFFIXES: .c .o
-
.o: stress-ng.h Makefile
-.c.o: stress-ng.h Makefile $(SRC)
+%.c.o: stress-ng.h Makefile %.c
@echo "CC $<"
@$(CC) $(CFLAGS) -c -o $@ $<