summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2023-08-29 19:06:34 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-30 09:56:13 +0100
commiteeea001e9b6fb57ea9ced973168d9ed7165b3cb3 (patch)
treec8b592fdb1af5dc4c67dbeee3a8cb33fb293d1ab /meta/recipes-connectivity
parentef50da8f5b4bd5afba561abcbbc301deecd5565a (diff)
downloadpoky-eeea001e9b6fb57ea9ced973168d9ed7165b3cb3.tar.gz
dhcpcd: upgrade 10.0.1 -> 10.0.2
Changelog: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.0.2 (From OE-Core rev: 037fd7c8e772bae0949d6e096c34564eaa2a3858) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb (renamed from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb
index de007a6e6c..9dccc93713 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.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 = "5d9bf80c26b4b7dc9d8aa175d96d5a24e75b4d48" 20SRCREV = "d2fbde99cf2d0072016af9dfe6a77032a5a9fc30"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit pkgconfig autotools-brokensep systemd useradd 23inherit pkgconfig autotools-brokensep systemd useradd