From eeea001e9b6fb57ea9ced973168d9ed7165b3cb3 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 29 Aug 2023 19:06:34 +0800 Subject: [PATCH] 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../dhcpcd/{dhcpcd_10.0.1.bb => dhcpcd_10.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.1.bb => dhcpcd_10.0.2.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.2.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.1.bb rename to 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 file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ " -SRCREV = "5d9bf80c26b4b7dc9d8aa175d96d5a24e75b4d48" +SRCREV = "d2fbde99cf2d0072016af9dfe6a77032a5a9fc30" S = "${WORKDIR}/git" inherit pkgconfig autotools-brokensep systemd useradd