]> code.ossystems Code Review - openembedded-core.git/commitdiff
stress-ng: Upgrade 0.11.01 -> 0.11.17
authorMarek Vasut <marex@denx.de>
Tue, 6 Oct 2020 12:10:24 +0000 (14:10 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 7 Oct 2020 13:57:22 +0000 (03:57 -1000)
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.

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>
meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb [moved from meta/recipes-extended/stress-ng/stress-ng_0.11.01.bb with 83% similarity]

index c860c717ac4a21cfe5d68d163a17bae74aac5a10..f1911b1d880c2e63cca80d3c0c5b939ff1fb4f97 100644 (file)
@@ -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}
similarity index 83%
rename from meta/recipes-extended/stress-ng/stress-ng_0.11.01.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.11.17.bb
index 3486be1b03ceb63f3c3d2213184828ec239b0459..9b987c7bde93350beae1a96c11df90de997c23ec 100644 (file)
@@ -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"