diff mbox series

[AUH] chrpath: upgrading to 0.18 SUCCEEDED

Message ID 010101934122ae9c-beb0ac73-9840-4e08-b143-10c170c1b409-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] chrpath: upgrading to 0.18 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 18, 2024, 9:16 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *chrpath* to *0.18* has Succeeded.

Next steps:
    - apply the patch: git am 0001-chrpath-upgrade-0.16-0.18.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

-- >8 --
From af20ccf304002823261d1abccdd91ae1aceedbe6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 16 Nov 2024 07:51:54 +0000
Subject: [PATCH] chrpath: upgrade 0.16 -> 0.18

---
 meta/recipes-devtools/chrpath/chrpath/standarddoc.patch      | 5 +----
 .../chrpath/{chrpath_0.16.bb => chrpath_0.18.bb}             | 4 ++--
 2 files changed, 3 insertions(+), 6 deletions(-)
 rename meta/recipes-devtools/chrpath/{chrpath_0.16.bb => chrpath_0.18.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
index 3d303fbc6f..b22e1f5f9b 100644
--- a/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
+++ b/meta/recipes-devtools/chrpath/chrpath/standarddoc.patch
@@ -1,4 +1,4 @@ 
-From 285b5fbf1d6b25ff55d305c17edf4d327bf19dd3 Mon Sep 17 00:00:00 2001
+From cc3219f01501904daec28d48e450f628f644bc3c Mon Sep 17 00:00:00 2001
 From: Richard Purdie <richard.purdie@linuxfoundation.org>
 Date: Tue, 5 Jul 2011 23:42:29 +0100
 Subject: [PATCH] chrpath: Ensure the package respects the docdir variable
@@ -27,6 +27,3 @@  index b50ad21..5f7e861 100644
  doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
  
  bin_PROGRAMS = chrpath
--- 
-2.8.1
-
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.16.bb b/meta/recipes-devtools/chrpath/chrpath_0.18.bb
similarity index 85%
rename from meta/recipes-devtools/chrpath/chrpath_0.16.bb
rename to meta/recipes-devtools/chrpath/chrpath_0.18.bb
index d33c7837a1..c4abc11e8f 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.16.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.18.bb
@@ -9,8 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \
            file://standarddoc.patch"
 
-SRC_URI[md5sum] = "2bf8d1d1ee345fc8a7915576f5649982"
-SRC_URI[sha256sum] = "bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b"
+SRC_URI[sha256sum] = "f09c49f0618660ca11fc6d9580ddde904c7224d4c6d0f6f2d1f9bcdc9102c9aa"
 
 inherit autotools
 
@@ -21,4 +20,5 @@  CHRPATH_BIN:class-native = "${B}/chrpath"
 PROVIDES:append:class-native = " chrpath-replacement-native"
 NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
 
+S = "${WORKDIR}/chrpath"
 BBCLASSEXTEND = "native nativesdk"