blob: a5aa584f5aabafec37bbce6124f2bff7d85c843f [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SECTION = "console/network"
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."
4
5HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
6
7LICENSE = "BSD-2-Clause"
Brad Bishop26bdd442019-08-16 17:08:17 -04008LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d"
Brad Bishop19323692019-04-05 15:28:33 -04009
Brad Bishop26bdd442019-08-16 17:08:17 -040010UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/"
Brad Bishop19323692019-04-05 15:28:33 -040011
Brad Bishop26bdd442019-08-16 17:08:17 -040012SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \
Brad Bishop868407c2019-11-04 13:24:47 -050013 file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch \
14 file://0001-dhcpcd-Fix-build-error-with-musl.patch"
15
16SRC_URI[md5sum] = "dc4f29a62afc53cdac311e925cfd1bc7"
17SRC_URI[sha256sum] = "485d308fe10febd36b6f936e4260e4ab34a146e4f00a9f7a5509c4377ad5ea82"
Brad Bishop19323692019-04-05 15:28:33 -040018
Brad Bishop26bdd442019-08-16 17:08:17 -040019inherit pkgconfig autotools-brokensep
Brad Bishop19323692019-04-05 15:28:33 -040020
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"