stress-ng: update to 0.12.09

update 0.12.02 (2021-01-22) to 0.12.09
changelog: https://raw.githubusercontent.com/ColinIanKing/stress-ng/master/debian/changelog
This commit is contained in:
heitbaum 2021-02-14 02:44:08 +00:00
parent de404e3bb0
commit ac0326ce7e
2 changed files with 11 additions and 13 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="stress-ng" PKG_NAME="stress-ng"
PKG_VERSION="0.12.02" PKG_VERSION="0.12.09"
PKG_SHA256="f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5" PKG_SHA256="cffac091082c7adbfec649be3c66941c3d622f8b96795656bcce2e20d669cfeb"
PKG_LICENSE="GPLv2" PKG_LICENSE="GPLv2"
PKG_SITE="https://kernel.ubuntu.com/~cking/stress-ng/" 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_URL="https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-${PKG_VERSION}.tar.xz"

View File

@ -1,13 +1,11 @@
diff --git a/Makefile b/Makefile --- a/Makefile 2021-05-09 11:37:35.000000000 +0000
index 15c9e6cc828c..3b68824ce727 100644 +++ b/Makefile 2021-05-09 11:37:43.000000000 +0000
--- a/Makefile @@ -390,7 +390,7 @@
+++ b/Makefile $(V)sync
@@ -376,7 +376,7 @@ stress-ng: $(OBJS)
makeconfig: config.h:
@if [ ! -e config ]; then \ - +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j
- STATIC=$(STATIC) $(MAKE) -f Makefile.config; \ + +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j1
+ STATIC=$(STATIC) $(MAKE) -j1 -f Makefile.config; \
fi
# .PHONY:
makeconfig: config.h