diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2021-12-14 06:30:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-14 22:46:38 +0000 |
commit | 7887a2fd719bf942ef81e3e0d835ce7c7c351c3a (patch) | |
tree | 8d6170d9fe2f4b7ecdbdf05d0d460663216d3aca /meta/recipes-extended/stress-ng | |
parent | 0237fe146f302237950441aa7e1e9532600a4596 (diff) | |
download | poky-7887a2fd719bf942ef81e3e0d835ce7c7c351c3a.tar.gz |
stress-ng: upgrade 0.13.07 -> 0.13.08
0001-Do-not-preserve-ownership-when-installing-example-jo.patch
removed since it is included in 0.13.08
(From OE-Core rev: 111de7be7336bc9c7919e7fc130fd9953e6e7250)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/stress-ng')
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch | 24 | ||||
-rw-r--r-- | meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb (renamed from meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb) | 6 |
2 files changed, 2 insertions, 28 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 deleted file mode 100644 index 107b83d20b..0000000000 --- a/meta/recipes-extended/stress-ng/stress-ng/0001-Do-not-preserve-ownership-when-installing-example-jo.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | From f14d9d8184753dfbff99d7a51939145355627dcd Mon Sep 17 00:00:00 2001 | ||
2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | ||
3 | Date: Tue, 30 Jul 2019 18:38:03 +0200 | ||
4 | Subject: [PATCH] Do not preserve ownership when installing example jobs | ||
5 | |||
6 | Upstream-Status: Submitted [https://github.com/ColinIanKing/stress-ng/pull/162] | ||
7 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | ||
8 | |||
9 | --- | ||
10 | Makefile | 2 +- | ||
11 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
12 | |||
13 | diff --git a/Makefile b/Makefile | ||
14 | index 91d8ed4..72d0ca0 100644 | ||
15 | --- a/Makefile | ||
16 | +++ b/Makefile | ||
17 | @@ -502,6 +502,6 @@ else | ||
18 | cp stress-ng.1 ${DESTDIR}${MANDIR} | ||
19 | endif | ||
20 | mkdir -p ${DESTDIR}${JOBDIR} | ||
21 | - cp -rp example-jobs/*.job ${DESTDIR}${JOBDIR} | ||
22 | + cp -r example-jobs/*.job ${DESTDIR}${JOBDIR} | ||
23 | mkdir -p ${DESTDIR}${BASHDIR} | ||
24 | cp bash-completion/stress-ng ${DESTDIR}${BASHDIR} | ||
diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb b/meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb index b96d16fa7b..f7197a27fa 100644 --- a/meta/recipes-extended/stress-ng/stress-ng_0.13.07.bb +++ b/meta/recipes-extended/stress-ng/stress-ng_0.13.08.bb | |||
@@ -5,10 +5,8 @@ HOMEPAGE = "https://github.com/ColinIanKing/stress-ng#readme" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master \ | 8 | SRC_URI = "git://github.com/ColinIanKing/stress-ng.git;protocol=https;branch=master" |
9 | file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \ | 9 | SRCREV = "0af163e0e378e5c62abb9328a27b653289c05679" |
10 | " | ||
11 | SRCREV = "924a37f50f73207fa230ae27a63897c77ff8e6cc" | ||
12 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
13 | 11 | ||
14 | DEPENDS = "coreutils-native" | 12 | DEPENDS = "coreutils-native" |