blob: 79d1dada0449d6f1e55799ecfd15ae4d1ff5d766 [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 \
13 file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
14SRC_URI[md5sum] = "c0375a1f725f1c191b43af60e4f7175b"
15SRC_URI[sha256sum] = "33a26ad561546cd2cfe1e6de6352a85df72b41c37def8c7eb00e90e57c627a5c"
Brad Bishop19323692019-04-05 15:28:33 -040016
Brad Bishop26bdd442019-08-16 17:08:17 -040017inherit pkgconfig autotools-brokensep
Brad Bishop19323692019-04-05 15:28:33 -040018
19PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
20
21PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
22PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
23
24EXTRA_OECONF = "--enable-ipv4"
25
26FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"