From: auh@auh.yoctoproject.org
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] ninja: upgrading to 1.10.2 SUCCEEDED [thread overview]
Message-ID: <MADEUP.16527252540BC79E.18165@lists.openembedded.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 980 bytes --]
Hello,
this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ninja* to *1.10.2* has Succeeded.
Next steps:
- apply the patch: git am 0001-ninja-upgrade-1.10.1-1.10.2.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
[-- Attachment #2: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 1662 bytes --]
packages/core2-32-poky-linux/ninja: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-dbg: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-dbg: PKGSIZE changed from 5842388 to 5842500 (+0%)
packages/core2-32-poky-linux/ninja/ninja-dbg: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-dev: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-dev: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-doc: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-doc: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-locale: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-locale: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-src: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-src: PKGSIZE changed from 366669 to 368711 (+1%)
packages/core2-32-poky-linux/ninja/ninja-src: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja-staticdev: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja-staticdev: PV changed from "1.10.1" to "1.10.2"
packages/core2-32-poky-linux/ninja/ninja: PKGV changed from 1.10.1 [default] to 1.10.2 [default]
packages/core2-32-poky-linux/ninja/ninja: PV changed from "1.10.1" to "1.10.2"
[-- Attachment #3: 0001-ninja-upgrade-1.10.1-1.10.2.patch --]
[-- Type: text/x-diff, Size: 1173 bytes --]
From eac7a4e0dd71ca05b95128309bfe7baa0aea0e8d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Sun, 20 Dec 2020 00:15:51 +0000
Subject: [PATCH] ninja: upgrade 1.10.1 -> 1.10.2
---
.../recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/ninja/{ninja_1.10.1.bb => ninja_1.10.2.bb} (92%)
diff --git a/meta/recipes-devtools/ninja/ninja_1.10.1.bb b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
similarity index 92%
rename from meta/recipes-devtools/ninja/ninja_1.10.1.bb
rename to meta/recipes-devtools/ninja/ninja_1.10.2.bb
index ecb0566f37..88ff843409 100644
--- a/meta/recipes-devtools/ninja/ninja_1.10.1.bb
+++ b/meta/recipes-devtools/ninja/ninja_1.10.2.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
DEPENDS = "re2c-native ninja-native"
-SRCREV = "a1f879b29c9aafe6a2bc0ba885701f8f4f19f772"
+SRCREV = "e72d1d581c945c158ed68d9bc48911063022a2c6"
SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
--
2.20.1
next reply other threads:[~2020-12-20 14:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-20 14:15 auh [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-15 19:23 [AUH] ninja: upgrading to 1.10.2 SUCCEEDED auh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=MADEUP.16527252540BC79E.18165@lists.openembedded.org \
--to=auh@auh.yoctoproject.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox