summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-04 16:44:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-06-05 11:02:22 +0100
commit91f8d07d38549d2c5e0b5b4c6ddc565ccf126be9 (patch)
treee7b89a5fc4c9a9c84a8a6c87d094e8815176665b
parent949e2cc73896014a3f9ad32c44d22a8622ba1bea (diff)
downloadpoky-91f8d07d38549d2c5e0b5b4c6ddc565ccf126be9.tar.gz
dhcpcd: upgrade 10.2.2 -> 10.2.4
0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch refreshed for 10.2.4 (From OE-Core rev: 7e74593f4b341deef995adba5790eacffcfd41f1) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb (renamed from meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb)2
-rw-r--r--meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch8
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb
index f9dfd2e245..dee921d21c 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.2.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
17 file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ 17 file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
18 " 18 "
19 19
20SRCREV = "f6983c18dbf7989f43a2838beeaf62a54c53ff1d" 20SRCREV = "93df2b254caf9639f9ffb66e0fe2b584eeba6220"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23# Doesn't use automake so we can't do out-of-tree builds 23# Doesn't use automake so we can't do out-of-tree builds
diff --git a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
index 4f687b0292..512e33aebf 100644
--- a/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
+++ b/meta/recipes-connectivity/dhcpcd/files/0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch
@@ -1,4 +1,4 @@
1From 33710a648a805d96abf49d5adf6ca55b89f9c858 Mon Sep 17 00:00:00 2001 1From d1581ce103db0a5db0b1761907fff9ddd6b55a8a Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com> 2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Wed, 9 Nov 2022 16:33:18 +0800 3Date: Wed, 9 Nov 2022 16:33:18 +0800
4Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd 4Subject: [PATCH] 20-resolv.conf: improve the sitation of working with systemd
@@ -27,7 +27,7 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
27 1 file changed, 13 insertions(+), 4 deletions(-) 27 1 file changed, 13 insertions(+), 4 deletions(-)
28 28
29diff --git a/hooks/20-resolv.conf b/hooks/20-resolv.conf 29diff --git a/hooks/20-resolv.conf b/hooks/20-resolv.conf
30index 7c29e276..becc019f 100644 30index bd0b0df5..9c7721de 100644
31--- a/hooks/20-resolv.conf 31--- a/hooks/20-resolv.conf
32+++ b/hooks/20-resolv.conf 32+++ b/hooks/20-resolv.conf
33@@ -11,8 +11,12 @@ nocarrier_roaming_dir="$state_dir/roaming" 33@@ -11,8 +11,12 @@ nocarrier_roaming_dir="$state_dir/roaming"
@@ -59,7 +59,7 @@ index 7c29e276..becc019f 100644
59 fi 59 fi
60 rm -f "$cf" 60 rm -f "$cf"
61 } 61 }
62@@ -170,7 +179,7 @@ add_resolv_conf() 62@@ -179,7 +188,7 @@ add_resolv_conf()
63 for x in ${new_domain_name_servers}; do 63 for x in ${new_domain_name_servers}; do
64 conf="${conf}nameserver $x$NL" 64 conf="${conf}nameserver $x$NL"
65 done 65 done
@@ -68,7 +68,7 @@ index 7c29e276..becc019f 100644
68 [ -n "$ifmetric" ] && export IF_METRIC="$ifmetric" 68 [ -n "$ifmetric" ] && export IF_METRIC="$ifmetric"
69 printf %s "$conf" | "$resolvconf" -a "$ifname" 69 printf %s "$conf" | "$resolvconf" -a "$ifname"
70 return $? 70 return $?
71@@ -186,7 +195,7 @@ add_resolv_conf() 71@@ -195,7 +204,7 @@ add_resolv_conf()
72 72
73 remove_resolv_conf() 73 remove_resolv_conf()
74 { 74 {