diff mbox series

[AUH] iw: upgrading to 6.7 SUCCEEDED

Message ID 0101018cc5270576-dde3e7f7-44e1-4b4f-968f-ad61f75e454f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] iw: upgrading to 6.7 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Jan. 1, 2024, 1:11 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *iw* to *6.7* has Succeeded.

Next steps:
    - apply the patch: git am 0001-iw-upgrade-5.19-6.7.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 ca6cc777c164b435335748c36a52dedf0dd42c51 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 1 Jan 2024 05:15:54 +0000
Subject: [PATCH] iw: upgrade 5.19 -> 6.7

---
 ...h-don-t-use-git-describe-for-versioning.patch | 16 ++++++++++++----
 .../iw/iw/separate-objdir.patch                  | 12 +++++-------
 .../iw/{iw_5.19.bb => iw_6.7.bb}                 |  2 +-
 3 files changed, 18 insertions(+), 12 deletions(-)
 rename meta/recipes-connectivity/iw/{iw_5.19.bb => iw_6.7.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch b/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
index 715b88d466..81e2de2c7e 100644
--- a/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
+++ b/meta/recipes-connectivity/iw/iw/0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch
@@ -1,3 +1,6 @@ 
+From fe0b973174f5a6c4bc5595c2170220d2faeba361 Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Fri, 28 Aug 2015 13:22:59 -0700
 Subject: [PATCH] iw: version.sh: don't use git describe for versioning
 
 It will detect top-level git repositories like the Angstrom setup-scripts and break.
@@ -6,11 +9,16 @@  Upstream-Status: Pending
 
 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
 Signed-off-by: Maxin B. John <maxin.john@intel.com>
+
 ---
-diff -Naur iw-4.7-orig/version.sh iw-4.7/version.sh
---- iw-4.7-orig/version.sh	2016-05-31 12:52:46.000000000 +0300
-+++ iw-4.7/version.sh	2016-06-01 11:21:58.307409060 +0300
-@@ -15,27 +15,7 @@
+ version.sh | 22 +---------------------
+ 1 file changed, 1 insertion(+), 21 deletions(-)
+
+diff --git a/version.sh b/version.sh
+index 3091e1e..8d79d58 100755
+--- a/version.sh
++++ b/version.sh
+@@ -15,27 +15,7 @@ SRC_DIR=$(dirname $0)
  SRC_DIR=$(cd ${SRC_DIR}; pwd)
  cd "${SRC_DIR}"
  
diff --git a/meta/recipes-connectivity/iw/iw/separate-objdir.patch b/meta/recipes-connectivity/iw/iw/separate-objdir.patch
index 179fd90124..382b2f7261 100644
--- a/meta/recipes-connectivity/iw/iw/separate-objdir.patch
+++ b/meta/recipes-connectivity/iw/iw/separate-objdir.patch
@@ -1,4 +1,4 @@ 
-From ff9f0a631c99fb6e2677c02bf572a5e69c70f5cf Mon Sep 17 00:00:00 2001
+From e2b511b08b55a2c7ac1431c020beb9a19ac5b44b Mon Sep 17 00:00:00 2001
 From: Changhyeok Bae <changhyeok.bae@gmail.com>
 Date: Mon, 27 Jan 2020 22:48:03 +0100
 Subject: [PATCH] Support separation of SRCDIR and OBJDIR
@@ -9,12 +9,13 @@  Upstream-Status: Pending
 
 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
 Signed-off-by: Maxin B. John <maxin.john@intel.com>
+
 ---
  Makefile | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 90f2251..714cdb9 100644
+index 17be33f..d9d7fc8 100644
 --- a/Makefile
 +++ b/Makefile
 @@ -1,5 +1,9 @@
@@ -27,7 +28,7 @@  index 90f2251..714cdb9 100644
  PREFIX ?= /usr
  SBINDIR ?= $(PREFIX)/sbin
  MANDIR ?= $(PREFIX)/share/man
-@@ -92,7 +96,7 @@ all: $(ALL)
+@@ -94,7 +98,7 @@ all: $(ALL)
  version.c: version.sh $(patsubst %.o,%.c,$(VERSION_OBJS)) nl80211.h iw.h Makefile \
  		$(wildcard .git/index .git/refs/tags)
  	@$(NQ) ' GEN ' $@
@@ -36,7 +37,7 @@  index 90f2251..714cdb9 100644
  
  nl80211-commands.inc: nl80211.h
  	@$(NQ) ' GEN ' $@
-@@ -100,7 +104,7 @@ nl80211-commands.inc: nl80211.h
+@@ -102,7 +106,7 @@ nl80211-commands.inc: nl80211.h
  
  %.o: %.c iw.h nl80211.h nl80211-commands.inc
  	@$(NQ) ' CC  ' $@
@@ -45,6 +46,3 @@  index 90f2251..714cdb9 100644
  
  ifeq ($(IW_ANDROID_BUILD),)
  iw:	$(OBJS)
--- 
-2.23.0
-
diff --git a/meta/recipes-connectivity/iw/iw_5.19.bb b/meta/recipes-connectivity/iw/iw_6.7.bb
similarity index 90%
rename from meta/recipes-connectivity/iw/iw_5.19.bb
rename to meta/recipes-connectivity/iw/iw_6.7.bb
index a19ae304d5..b46b54bc93 100644
--- a/meta/recipes-connectivity/iw/iw_5.19.bb
+++ b/meta/recipes-connectivity/iw/iw_6.7.bb
@@ -14,7 +14,7 @@  SRC_URI = "http://www.kernel.org/pub/software/network/iw/${BP}.tar.gz \
            file://separate-objdir.patch \
 "
 
-SRC_URI[sha256sum] = "2a44676d28a87bbc232903d5d573e7618e4fae0cea3a1aff067a26fa66652b75"
+SRC_URI[sha256sum] = "b3ef3fa85fa1177b11d3e97d6d38cdfe10ee250ca31482b581f3bd0fc79cb015"
 
 inherit pkgconfig