From: Ankur Tyagi Date: Fri, 28 Nov 2025 06:18:38 +0000 (+1300) Subject: dhcpcd: upgrade 10.2.4 -> 10.3.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e546261fe2c27d0ece2559cdf3cd0a7fec6b069f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dhcpcd: upgrade 10.2.4 -> 10.3.0 Release Notes: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.3.0 Signed-off-by: Ankur Tyagi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb similarity index 96% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb index bfb24aa58ce..fca7d8b11d9 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.2.4.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb @@ -9,7 +9,7 @@ HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=4dda5beb433a809f2e0aeffbf9da3d91" -SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master \ +SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=master;tag=v${PV} \ file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \ file://0001-20-resolv.conf-improve-the-sitation-of-working-with-.patch \ file://dhcpcd.service \ @@ -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 = "93df2b254caf9639f9ffb66e0fe2b584eeba6220" +SRCREV = "385ff246cbdbd1627582999f7705bf9ef2ad0d7d" # Doesn't use automake so we can't do out-of-tree builds inherit pkgconfig autotools-brokensep systemd useradd