summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex@linutronix.de>2024-08-27 07:23:44 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-08-28 09:14:27 +0100
commitb5dbb24070d20a08ab138de401772e87ddaeafca (patch)
treeab799dc98f60c83425db588960c192d0d4c5177e /meta
parent5c716294c1e3e006b4e5c1d053e244ba41f30fc2 (diff)
downloadpoky-b5dbb24070d20a08ab138de401772e87ddaeafca.tar.gz
ifupdown: upgrade 0.8.41 -> 0.8.43
Do not force CFLAGS (no longer necessary). (From OE-Core rev: 092ac58c7914142db397544b1a8e18f61423deba) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch3
-rw-r--r--meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch7
-rw-r--r--meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch3
-rw-r--r--meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch3
-rw-r--r--meta/recipes-core/ifupdown/files/tweak-ptest-script.patch3
-rw-r--r--meta/recipes-core/ifupdown/ifupdown_0.8.43.bb (renamed from meta/recipes-core/ifupdown/ifupdown_0.8.41.bb)4
6 files changed, 9 insertions, 14 deletions
diff --git a/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch b/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch
index 6c4ed526bf..83fb706be0 100644
--- a/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch
+++ b/meta/recipes-core/ifupdown/files/0001-Define-FNM_EXTMATCH-for-musl.patch
@@ -1,4 +1,4 @@
1From 8dfbcf02e424ba1fdef587d81c9e08a37ab8c1b6 Mon Sep 17 00:00:00 2001 1From 97b196efe9671d0185d22710371acb52bb7130e2 Mon Sep 17 00:00:00 2001
2From: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> 2From: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
3Date: Tue, 2 Jul 2019 20:10:42 +0200 3Date: Tue, 2 Jul 2019 20:10:42 +0200
4Subject: [PATCH] Define FNM_EXTMATCH for musl 4Subject: [PATCH] Define FNM_EXTMATCH for musl
@@ -24,7 +24,6 @@ function); did you mean 'FNM_NOMATCH'?
24Upstream-Status: Submitted [https://salsa.debian.org/debian/ifupdown/merge_requests/5] 24Upstream-Status: Submitted [https://salsa.debian.org/debian/ifupdown/merge_requests/5]
25 25
26Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> 26Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
27
28--- 27---
29 archcommon.h | 4 ++++ 28 archcommon.h | 4 ++++
30 1 file changed, 4 insertions(+) 29 1 file changed, 4 insertions(+)
diff --git a/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch b/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch
index 6e15a25224..f84a0a1311 100644
--- a/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch
+++ b/meta/recipes-core/ifupdown/files/0001-Makefile-do-not-use-dpkg-for-determining-OS-type.patch
@@ -1,17 +1,16 @@
1From 7fe516cbaf9fda09d99dcb54d4645367cffc8a4d Mon Sep 17 00:00:00 2001 1From 4922e2011a0132c122df4f0cf4d66d565c749060 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com> 2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Thu, 9 Jan 2020 15:38:06 +0100 3Date: Thu, 9 Jan 2020 15:38:06 +0100
4Subject: [PATCH] Makefile: do not use dpkg for determining OS type 4Subject: [PATCH] Makefile: do not use dpkg for determining OS type
5 5
6Upstream-Status: Inappropriate [oe-core specific] 6Upstream-Status: Inappropriate [oe-core specific]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8
9--- 8---
10 Makefile | 2 +- 9 Makefile | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-) 10 1 file changed, 1 insertion(+), 1 deletion(-)
12 11
13diff --git a/Makefile b/Makefile 12diff --git a/Makefile b/Makefile
14index 0ce2fa3..739aef2 100644 13index 9cd758b..58b4173 100644
15--- a/Makefile 14--- a/Makefile
16+++ b/Makefile 15+++ b/Makefile
17@@ -1,6 +1,6 @@ 16@@ -1,6 +1,6 @@
@@ -21,4 +20,4 @@ index 0ce2fa3..739aef2 100644
21+ARCH := linux 20+ARCH := linux
22 21
23 BASEDIR ?= $(DESTDIR) 22 BASEDIR ?= $(DESTDIR)
24 23 PKGLIBDIR ?= /lib/ifupdown
diff --git a/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch b/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch
index 9ae24da51e..8aa227c8ec 100644
--- a/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch
+++ b/meta/recipes-core/ifupdown/files/0001-ifupdown-skip-wrong-test-case.patch
@@ -1,4 +1,4 @@
1From 782d8a869c266820d0f34974436f244f67afaea7 Mon Sep 17 00:00:00 2001 1From ea48a9816643482d438e4bb276c90cd6f02847e4 Mon Sep 17 00:00:00 2001
2From: Zqiang <qiang.zhang@windriver.com> 2From: Zqiang <qiang.zhang@windriver.com>
3Date: Mon, 19 Apr 2021 14:15:45 +0800 3Date: Mon, 19 Apr 2021 14:15:45 +0800
4Subject: [PATCH] ifupdown: skip wrong test case 4Subject: [PATCH] ifupdown: skip wrong test case
@@ -10,7 +10,6 @@ and are skipped directly.
10Upstream-Status: Inappropriate [oe-core specific] 10Upstream-Status: Inappropriate [oe-core specific]
11 11
12Signed-off-by: Zqiang <qiang.zhang@windriver.com> 12Signed-off-by: Zqiang <qiang.zhang@windriver.com>
13
14--- 13---
15 tests/testbuild-linux | 2 +- 14 tests/testbuild-linux | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-) 15 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
index 7b4b761e6a..24e3ba0d9d 100644
--- a/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
+++ b/meta/recipes-core/ifupdown/files/defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch
@@ -1,4 +1,4 @@
1From fc8e8d4cb19ff30e69aa1855332544f1017f974c Mon Sep 17 00:00:00 2001 1From 68b64a5c9d466352b0c161019bd7255e31db9a4c Mon Sep 17 00:00:00 2001
2From: Paul Gortmaker <paul.gortmaker@windriver.com> 2From: Paul Gortmaker <paul.gortmaker@windriver.com>
3Date: Wed, 6 Aug 2014 14:54:12 -0400 3Date: Wed, 6 Aug 2014 14:54:12 -0400
4Subject: [PATCH] defn2[c|man]: don't rely on dpkg-architecture to set arch 4Subject: [PATCH] defn2[c|man]: don't rely on dpkg-architecture to set arch
@@ -13,7 +13,6 @@ like the loopback device not being configured/enabled.
13 13
14Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 14Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
15Upstream-Status: Pending 15Upstream-Status: Pending
16
17--- 16---
18 defn2c.pl | 6 +++--- 17 defn2c.pl | 6 +++---
19 defn2man.pl | 6 +++--- 18 defn2man.pl | 6 +++---
diff --git a/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch b/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch
index fa6bb84df3..c1953f0691 100644
--- a/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch
+++ b/meta/recipes-core/ifupdown/files/tweak-ptest-script.patch
@@ -1,4 +1,4 @@
1From a6bb2ac5f521c678abbbdb1960d28f750f4357a6 Mon Sep 17 00:00:00 2001 1From 5eede8950e35404b109cc3cf6a53bf3c84b31cfb Mon Sep 17 00:00:00 2001
2From: Kai Kang <kai.kang@windriver.com> 2From: Kai Kang <kai.kang@windriver.com>
3Date: Mon, 3 Feb 2020 17:33:11 +0800 3Date: Mon, 3 Feb 2020 17:33:11 +0800
4Subject: [PATCH] Tweak tests of ifupdown to make it work with oe-core ptest 4Subject: [PATCH] Tweak tests of ifupdown to make it work with oe-core ptest
@@ -7,7 +7,6 @@ Subject: [PATCH] Tweak tests of ifupdown to make it work with oe-core ptest
7Upstream-Status: Inappropriate [oe-core specific] 7Upstream-Status: Inappropriate [oe-core specific]
8 8
9Signed-off-by: Kai Kang <kai.kang@windriver.com> 9Signed-off-by: Kai Kang <kai.kang@windriver.com>
10
11--- 10---
12 tests/testbuild-linux | 11 ++++++----- 11 tests/testbuild-linux | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-) 12 1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb b/meta/recipes-core/ifupdown/ifupdown_0.8.43.bb
index c7004ab41d..1557551d45 100644
--- a/meta/recipes-core/ifupdown/ifupdown_0.8.41.bb
+++ b/meta/recipes-core/ifupdown/ifupdown_0.8.43.bb
@@ -16,7 +16,7 @@ SRC_URI = "git://salsa.debian.org/debian/ifupdown.git;protocol=https;branch=mast
16 file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \ 16 file://defn2-c-man-don-t-rely-on-dpkg-architecture-to-set-a.patch \
17 file://tweak-ptest-script.patch \ 17 file://tweak-ptest-script.patch \
18 " 18 "
19SRCREV = "369d9d3c13a0c56ad09fd4f13b4a80eb9a94e270" 19SRCREV = "cf86ad5819aba8f9b020a95257c9a8c4911b1c85"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
@@ -25,7 +25,7 @@ inherit ptest update-alternatives
25 25
26do_compile () { 26do_compile () {
27 chmod a+rx *.pl *.sh 27 chmod a+rx *.pl *.sh
28 oe_runmake 'CC=${CC}' "CFLAGS=${CFLAGS} -Wall -W -D'IFUPDOWN_VERSION=\"${PV}\"'" 28 oe_runmake 'CC=${CC}' "-Wall -W -D'IFUPDOWN_VERSION=\"${PV}\"'"
29} 29}
30 30
31do_install () { 31do_install () {