blob: defd3420f020bcc209ea9268f475adfd5a40375f [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SECTION = "console/network"
2SUMMARY = "dhcpcd - a DHCP client"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05003DESCRIPTION = "dhcpcd runs on your machine and silently configures your \
4 computer to work on the attached networks without trouble \
5 and mostly without configuration."
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
7HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
8
9LICENSE = "BSD-2-Clause"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010LIC_FILES_CHKSUM = "file://LICENSE;md5=9674cc803c5d71306941e6e8b5c002f2"
Andrew Geissler82c905d2020-04-13 13:39:40 -050011
12UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/"
13
14SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \
15 file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
16
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050017SRC_URI[sha256sum] = "5fe133e5497d8af6d26bd6e6b8dd48ab12d124d6cc4cefe6de6536ff97f76820"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018
19inherit pkgconfig autotools-brokensep
20
21PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
22
23PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
24PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
25
26EXTRA_OECONF = "--enable-ipv4"
27
28FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"