Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *stress-ng* to *0.12.00* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-stress-ng-upgrade-0.11.24-0.12.00.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper
packages/core2-32-poky-linux/stress-ng: PV changed from "0.11.24" to "0.12.00"
packages/core2-32-poky-linux/stress-ng: PKGV changed from 0.11.24 [default] to 
0.12.00 [default]
packages/core2-32-poky-linux/stress-ng: SRC_URI changed from 
"https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.11.24.tar.xz 
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch 
file://no_daddr_t.patch" to 
"https://kernel.ubuntu.com/~cking/tarballs/stress-ng/stress-ng-0.12.00.tar.xz 
file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch 
file://no_daddr_t.patch"
packages/core2-32-poky-linux/stress-ng/stress-ng-bash-completion: PV changed 
from "0.11.24" to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-bash-completion: PKGV changed 
from 0.11.24 [default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PKGSIZE changed from 
5618672 to 5657732 (+1%)
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PV changed from "0.11.24" 
to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-dbg: PKGV changed from 0.11.24 
[default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-dev: PV changed from "0.11.24" 
to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-dev: PKGV changed from 0.11.24 
[default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PKGSIZE changed from 
49701 to 49890 (+0%)
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PV changed from "0.11.24" 
to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-doc: PKGV changed from 0.11.24 
[default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-locale: PV changed from 
"0.11.24" to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-locale: PKGV changed from 
0.11.24 [default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PKGSIZE changed from 
2733182 to 2787168 (+2%)
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PV changed from "0.11.24" 
to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-src: PKGV changed from 0.11.24 
[default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng-staticdev: PV changed from 
"0.11.24" to "0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng-staticdev: PKGV changed from 
0.11.24 [default] to 0.12.00 [default]
packages/core2-32-poky-linux/stress-ng/stress-ng: PKGSIZE changed from 4081544 
to 4097928 (+0%)
packages/core2-32-poky-linux/stress-ng/stress-ng: PV changed from "0.11.24" to 
"0.12.00"
packages/core2-32-poky-linux/stress-ng/stress-ng: PKGV changed from 0.11.24 
[default] to 0.12.00 [default]
>From 6757abf3512711ffead8c63c74595f8bec41340c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sun, 20 Dec 2020 03:58:36 +0000
Subject: [PATCH] stress-ng: upgrade 0.11.24 -> 0.12.00

---
 .../stress-ng/{stress-ng_0.11.24.bb => stress-ng_0.12.00.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.11.24.bb => stress-ng_0.12.00.bb} (90%)

diff --git a/meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb b/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
similarity index 90%
rename from meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb
rename to meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
index 3516c15451..3b38b39893 100644
--- a/meta/recipes-extended/stress-ng/stress-ng_0.11.24.bb
+++ b/meta/recipes-extended/stress-ng/stress-ng_0.12.00.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://kernel.ubuntu.com/~cking/tarballs/${BPN}/${BP}.tar.xz \
            file://0001-Do-not-preserve-ownership-when-installing-example-jo.patch \
            file://no_daddr_t.patch \
            "
-SRC_URI[sha256sum] = "5b3a724a85eed48743dedf37eab851b617ecf921b7fff427c6d0bbf405534671"
+SRC_URI[sha256sum] = "b2b738f574671926654b1623103a7aa58ee6911894ac78760ee188c4bfa96fe2"
 
 DEPENDS = "coreutils-native"
 
-- 
2.20.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145955): 
https://lists.openembedded.org/g/openembedded-core/message/145955
Mute This Topic: https://lists.openembedded.org/mt/79103570/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to