blob: 3349ca15339d770603579975c3a5b2715f8010e1 [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 Bishop0e2770c2020-01-21 07:31:46 -050013 file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
Brad Bishop868407c2019-11-04 13:24:47 -050014
Brad Bishop0e2770c2020-01-21 07:31:46 -050015SRC_URI[md5sum] = "57fd5dd4ff9722773ec67239db34d3b5"
16SRC_URI[sha256sum] = "c5cbe15069cef347e72d0bf7a19b0255571ee0c184c6705859a09588a50a8ebd"
Brad Bishop19323692019-04-05 15:28:33 -040017
Brad Bishop26bdd442019-08-16 17:08:17 -040018inherit pkgconfig autotools-brokensep
Brad Bishop19323692019-04-05 15:28:33 -040019
20PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
21
22PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
23PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
24
25EXTRA_OECONF = "--enable-ipv4"
26
27FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug"