mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/stress-ng: bump to version 0.09.55
Drop three patches (already in version) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a4837f29a2
commit
9524384192
@ -1,34 +0,0 @@
|
|||||||
From 818ed67f67c487d519bb55ed5656cff2dd58375e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Date: Tue, 4 Dec 2018 21:41:12 +0100
|
|
||||||
Subject: [PATCH] stress-ng.h: fix include on semaphore.h
|
|
||||||
|
|
||||||
semaphore.h is available only if HAVE_LIB_PTHREAD and
|
|
||||||
HAVE_SEM_POSIX are defined
|
|
||||||
|
|
||||||
Fixes:
|
|
||||||
- http://autobuild.buildroot.org/results/1c95898b2833683a22bbe2ff8471fa08d94210e1
|
|
||||||
|
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
[Upstream status: https://github.com/ColinIanKing/stress-ng/commit/9b861e679f9de32e4c68437453756f93e13c01fb]
|
|
||||||
---
|
|
||||||
stress-ng.h | 2 ++
|
|
||||||
1 file changed, 2 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/stress-ng.h b/stress-ng.h
|
|
||||||
index 0485dc1c..1bf2e207 100644
|
|
||||||
--- a/stress-ng.h
|
|
||||||
+++ b/stress-ng.h
|
|
||||||
@@ -53,7 +53,9 @@
|
|
||||||
#include <dirent.h>
|
|
||||||
#include <limits.h>
|
|
||||||
#include <setjmp.h>
|
|
||||||
+#if defined(HAVE_LIB_PTHREAD) && (HAVE_SEM_POSIX)
|
|
||||||
#include <semaphore.h>
|
|
||||||
+#endif
|
|
||||||
#include <sched.h>
|
|
||||||
|
|
||||||
#if defined(__GNUC__) && defined(__linux__)
|
|
||||||
--
|
|
||||||
2.14.1
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
|||||||
From 748ac7e88833472211ccce82563beb5050528e00 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
Date: Tue, 4 Dec 2018 21:52:49 +0100
|
|
||||||
Subject: [PATCH] stress-stackmmap: needs swapcontext
|
|
||||||
|
|
||||||
Fixes:
|
|
||||||
- http://autobuild.buildroot.org/results/f2d3b06afa6e31527a71c03671c8f08eb3f46c36
|
|
||||||
|
|
||||||
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
|
||||||
---
|
|
||||||
stress-stackmmap.c | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/stress-stackmmap.c b/stress-stackmmap.c
|
|
||||||
index c2f4c31d..eb31d084 100644
|
|
||||||
--- a/stress-stackmmap.c
|
|
||||||
+++ b/stress-stackmmap.c
|
|
||||||
@@ -24,7 +24,7 @@
|
|
||||||
*/
|
|
||||||
#include "stress-ng.h"
|
|
||||||
|
|
||||||
-#if defined(__linux__)
|
|
||||||
+#if defined(HAVE_SWAPCONTEXT)
|
|
||||||
|
|
||||||
#include <ucontext.h>
|
|
||||||
|
|
||||||
--
|
|
||||||
2.14.1
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
|||||||
From 291070801245da26e4841c321910b55016ca23c0 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Vadim Kochan <vadim4j@gmail.com>
|
|
||||||
Date: Tue, 1 Jan 2019 17:24:54 +0200
|
|
||||||
Subject: [PATCH] test/test-bsd-wchar: Explicitly include stdio.h
|
|
||||||
|
|
||||||
libbsd's wchar requires FILE for some it's functions, for some
|
|
||||||
reason it is not included by wchar automatically and the test fails. So
|
|
||||||
include it explicitly.
|
|
||||||
|
|
||||||
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
|
|
||||||
---
|
|
||||||
test/test-bsd-wchar.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/test/test-bsd-wchar.c b/test/test-bsd-wchar.c
|
|
||||||
index 4f7c7ca..6125968 100644
|
|
||||||
--- a/test/test-bsd-wchar.c
|
|
||||||
+++ b/test/test-bsd-wchar.c
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
* functionality.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
+#include <stdio.h>
|
|
||||||
#include <bsd/wchar.h>
|
|
||||||
|
|
||||||
int main(void)
|
|
||||||
--
|
|
||||||
2.14.1
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 ed888f5192297855f3ce39b4591b1decc9c580c9753f2cc9c86449f50d23aeb0 stress-ng-0.09.47.tar.xz
|
sha256 3430e007c4d27c5d79ff177a209d81acc7d3242dbf28effb05ecb92b32a8a03f stress-ng-0.09.55.tar.xz
|
||||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
STRESS_NG_VERSION = 0.09.47
|
STRESS_NG_VERSION = 0.09.55
|
||||||
STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
|
STRESS_NG_SOURCE = stress-ng-$(STRESS_NG_VERSION).tar.xz
|
||||||
STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
|
STRESS_NG_SITE = http://kernel.ubuntu.com/~cking/tarballs/stress-ng
|
||||||
STRESS_NG_LICENSE = GPL-2.0+
|
STRESS_NG_LICENSE = GPL-2.0+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user