diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2020-11-06 10:54:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | a1be6b8b0791f2d3e0d77e57a061437e4c5ef5ff (patch) | |
tree | e3a898931ccfa4f9de341874a1d8ffe73f45dd9b /meta/recipes-connectivity/dhcpcd | |
parent | 10dc1748bd0786315aa3f42d196186daf202105c (diff) | |
download | poky-a1be6b8b0791f2d3e0d77e57a061437e4c5ef5ff.tar.gz |
dhcpcd: upgrade 9.3.1 -> 9.3.2
(From OE-Core rev: daddb89daf8c1048375cd2102b9819f8f1c2e41c)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/dhcpcd')
-rw-r--r-- | meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.2.bb (renamed from meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.2.bb index c572868c7e..cca60ddae2 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.1.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.3.2.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] = "a0843233fdaecee971c38ceda53ad1450bb7b83aefbf1fa9642213224a9c415e" | 20 | SRC_URI[sha256sum] = "6d49af5e766a2515e6366e4f669663df04ecdf90a1a60ddb1d7a2feb4b5d2566" |
21 | 21 | ||
22 | inherit pkgconfig autotools-brokensep systemd useradd | 22 | inherit pkgconfig autotools-brokensep systemd useradd |
23 | 23 | ||