mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
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:
parent
de404e3bb0
commit
ac0326ce7e
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="stress-ng"
|
||||
PKG_VERSION="0.12.02"
|
||||
PKG_SHA256="f847be115f60d3ad7d37c806fd1bfb1412aa3c631fca581d6dc233322f50d6a5"
|
||||
PKG_VERSION="0.12.09"
|
||||
PKG_SHA256="cffac091082c7adbfec649be3c66941c3d622f8b96795656bcce2e20d669cfeb"
|
||||
PKG_LICENSE="GPLv2"
|
||||
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"
|
||||
|
@ -1,13 +1,11 @@
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 15c9e6cc828c..3b68824ce727 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -376,7 +376,7 @@ stress-ng: $(OBJS)
|
||||
--- a/Makefile 2021-05-09 11:37:35.000000000 +0000
|
||||
+++ b/Makefile 2021-05-09 11:37:43.000000000 +0000
|
||||
@@ -390,7 +390,7 @@
|
||||
$(V)sync
|
||||
|
||||
makeconfig:
|
||||
@if [ ! -e config ]; then \
|
||||
- STATIC=$(STATIC) $(MAKE) -f Makefile.config; \
|
||||
+ STATIC=$(STATIC) $(MAKE) -j1 -f Makefile.config; \
|
||||
fi
|
||||
config.h:
|
||||
- +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j
|
||||
+ +$(MAKE) -f Makefile.config STATIC=$(STATIC) -j1
|
||||
|
||||
#
|
||||
.PHONY:
|
||||
makeconfig: config.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user