summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2020-07-29 14:22:32 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-31 13:22:52 -0700
commit11343429713335a52e4e13480ed430c242909fd9 (patch)
tree08c8e5485099e9a45249135558c75c71bf5bb393 /meta-networking/recipes-connectivity
parentcf138f6d13ad97393c77592d335bb0a80e992bef (diff)
downloadmeta-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/recipes-connectivity')
-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 @@
1SECTION = "console/network" 1SECTION = "console/network"
2SUMMARY = "dhcpcd - a DHCP client" 2SUMMARY = "dhcpcd - a DHCP client"
3DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration." 3DESCRIPTION = "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
5HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" 7HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
6 8
7LICENSE = "BSD-2-Clause" 9LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=9674cc803c5d71306941e6e8b5c002f2"
9 11
10UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" 12UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/"
11 13
12SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ 14SRC_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
15SRC_URI[md5sum] = "e1eea03388d12c9ad21ecd7c135fdf8b" 17SRC_URI[sha256sum] = "5fe133e5497d8af6d26bd6e6b8dd48ab12d124d6cc4cefe6de6536ff97f76820"
16SRC_URI[sha256sum] = "6c2934a3e1e67a5cfd5bb15b1efa71f65c00314ac1ccb5c50da8eae3a0b8147f"
17 18
18inherit pkgconfig autotools-brokensep 19inherit pkgconfig autotools-brokensep
19 20