diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-11-02 17:48:05 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-03 08:21:11 +0000 |
commit | 9343264bc3b527491d6d9c96ee0af8cd9af48b37 (patch) | |
tree | b8fdeca775b224e8f058167597adb3ae77a5ef24 /meta/recipes-connectivity | |
parent | 1b90929ef5daf05030267a239d28048f49933811 (diff) | |
download | poky-9343264bc3b527491d6d9c96ee0af8cd9af48b37.tar.gz |
dhcpcd: upgrade 9.2.0 -> 9.3.1
(From OE-Core rev: c2a21a7f9d458fa7a13e533d8ecf10c8bc7b9909)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb (renamed from meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb index 13467189b4..e520115f71 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = "https://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | |||
17 | file://dhcpcd@.service \ | 17 | file://dhcpcd@.service \ |
18 | " | 18 | " |
19 | 19 | ||
20 | SRC_URI[sha256sum] = "fcb2d19672d445bbfd38678fdee4f556ef967a3ea6bd81092d10545df2cb9666" | 20 | SRC_URI[sha256sum] = "a0843233fdaecee971c38ceda53ad1450bb7b83aefbf1fa9642213224a9c415e" |
21 | 21 | ||
22 | inherit pkgconfig autotools-brokensep systemd useradd | 22 | inherit pkgconfig autotools-brokensep systemd useradd |
23 | 23 | ||