1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 13:29:49 +00:00

stress-ng: Upgrade 0.11.01 -> 0.11.17

Upgrade to the latest upstream version. This fixes at least one build
error, in which build fails due to undefined FS_IOC_GETFLAGS. See commit
d7b4301d ("stress-efivar: only exercise FS_IOC_*FLAGS if they are defined")
in stress-ng for details.

(From OE-Core rev: f99dc4e49d4ad4383c826dd8f8410c32f408e9bd)

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Marek Vasut
2020-10-06 14:10:24 +02:00
committed by Richard Purdie
parent c89ad95ef5
commit 54066582a0
2 changed files with 3 additions and 3 deletions
@@ -13,7 +13,7 @@ diff --git a/Makefile b/Makefile
index f36e57e..20488af 100644
--- a/Makefile
+++ b/Makefile
@@ -452,6 +452,6 @@ install: stress-ng stress-ng.1.gz
@@ -461,6 +461,6 @@ install: stress-ng stress-ng.1.gz
mkdir -p ${DESTDIR}${MANDIR}
cp stress-ng.1.gz ${DESTDIR}${MANDIR}
mkdir -p ${DESTDIR}${JOBDIR}
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
"
SRC_URI[md5sum] = "a558fc7fb9d0a851afe6de09080b5401"
SRC_URI[sha256sum] = "9fe19548c87aa1a1b9b2be3b359ec2621b88bcb16998b77527549a7736f65494"
SRC_URI[md5sum] = "7b89157c838f2bb4bdeba8f46e3c56ae"
SRC_URI[sha256sum] = "860291dd3a18b985b3483190a627bbede2b5c52113766c1921001b3fb4b83af0"
DEPENDS = "coreutils-native"