summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-15 06:05:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-18 12:43:00 +0100
commit101dd81a6289ef0b02966490b07e780d6b0abb07 (patch)
tree9c193d051e18f82581a36a7bb1881b4ec997e0b3 /meta
parent600e9b6ad01d36e337bb60b5e6829041a14edbfd (diff)
downloadpoky-101dd81a6289ef0b02966490b07e780d6b0abb07.tar.gz
stress-ng: upgrade 0.12.06 -> 0.12.08
(From OE-Core rev: 177ca64feee973b5d60c5601ba03042a6f073204) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch11
-rw-r--r--meta/recipes-extended/stress-ng/stress-ng_0.12.08.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb)2
2 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch b/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
index c860c717ac..2ee0be54ba 100644
--- a/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
+++ b/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch
@@ -1,21 +1,22 @@
1From bbc85a439672120fa1d36be79e959b28fe840919 Mon Sep 17 00:00:00 2001 1From f14d9d8184753dfbff99d7a51939145355627dcd Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 30 Jul 2019 18:38:03 +0200 3Date: Tue, 30 Jul 2019 18:38:03 +0200
4Subject: [PATCH] Do not preserve ownership when installing example jobs 4Subject: [PATCH] Do not preserve ownership when installing example jobs
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
8--- 9---
9 Makefile | 2 +- 10 Makefile | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
11 12
12diff --git a/Makefile b/Makefile 13diff --git a/Makefile b/Makefile
13index f36e57e..20488af 100644 14index 91d8ed4..72d0ca0 100644
14--- a/Makefile 15--- a/Makefile
15+++ b/Makefile 16+++ b/Makefile
16@@ -452,6 +452,6 @@ install: stress-ng stress-ng.1.gz 17@@ -502,6 +502,6 @@ else
17 mkdir -p ${DESTDIR}${MANDIR} 18 cp stress-ng.1 ${DESTDIR}${MANDIR}
18 cp stress-ng.1.gz ${DESTDIR}${MANDIR} 19 endif
19 mkdir -p ${DESTDIR}${JOBDIR} 20 mkdir -p ${DESTDIR}${JOBDIR}
20- cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR} 21- cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR}
21+ cp -r example-jobs/*.job ${DESTDIR}${JOBDIR} 22+ cp -r example-jobs/*.job ${DESTDIR}${JOBDIR}
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.08.bb
index 7e9135ad01..24de8e39be 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.12.06.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.08.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ 9 file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
10 file://no_daddr_t.patch \ 10 file://no_daddr_t.patch \
11 " 11 "
12SRC_URI[sha256sum] = "75eb340266b1bbae944d8f9281af978bd5bc2c8085df97a098d5500d6f177296" 12SRC_URI[sha256sum] = "39e98cbb682bd3f907b2c718c20747bc94804abc92fbc4dad3a50bf530108d09"
13 13
14DEPENDS = "coreutils-native" 14DEPENDS = "coreutils-native"
15 15