diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-29 14:22:32 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-31 13:22:52 -0700 |
commit | 11343429713335a52e4e13480ed430c242909fd9 (patch) | |
tree | 08c8e5485099e9a45249135558c75c71bf5bb393 /meta-networking | |
parent | cf138f6d13ad97393c77592d335bb0a80e992bef (diff) | |
download | meta-openembedded-11343429713335a52e4e13480ed430c242909fd9.tar.gz |
dhcpcd: update to 9.1.4
License checksum changed due to modified copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb (renamed from meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.6.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.6.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb index 1cb2af500..defd3420f 100644 --- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.6.bb +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb | |||
@@ -1,19 +1,20 @@ | |||
1 | SECTION = "console/network" | 1 | SECTION = "console/network" |
2 | SUMMARY = "dhcpcd - a DHCP client" | 2 | SUMMARY = "dhcpcd - a DHCP client" |
3 | DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration." | 3 | DESCRIPTION = "dhcpcd runs on your machine and silently configures your \ |
4 | computer to work on the attached networks without trouble \ | ||
5 | and mostly without configuration." | ||
4 | 6 | ||
5 | HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" | 7 | HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" |
6 | 8 | ||
7 | LICENSE = "BSD-2-Clause" | 9 | LICENSE = "BSD-2-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9674cc803c5d71306941e6e8b5c002f2" |
9 | 11 | ||
10 | UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" | 12 | UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" |
11 | 13 | ||
12 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | 14 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ |
13 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" | 15 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" |
14 | 16 | ||
15 | SRC_URI[md5sum] = "e1eea03388d12c9ad21ecd7c135fdf8b" | 17 | SRC_URI[sha256sum] = "5fe133e5497d8af6d26bd6e6b8dd48ab12d124d6cc4cefe6de6536ff97f76820" |
16 | SRC_URI[sha256sum] = "6c2934a3e1e67a5cfd5bb15b1efa71f65c00314ac1ccb5c50da8eae3a0b8147f" | ||
17 | 18 | ||
18 | inherit pkgconfig autotools-brokensep | 19 | inherit pkgconfig autotools-brokensep |
19 | 20 | ||