| SECTION = "console/network" |
| SUMMARY = "dhcpcd - a DHCP client" |
| DESCRIPTION = "dhcpcd runs on your machine and silently configures your \ |
| computer to work on the attached networks without trouble \ |
| and mostly without configuration." |
| |
| HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" |
| |
| LICENSE = "BSD-2-Clause" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=9674cc803c5d71306941e6e8b5c002f2" |
| |
| UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" |
| |
| SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ |
| file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" |
| |
| SRC_URI[sha256sum] = "5fe133e5497d8af6d26bd6e6b8dd48ab12d124d6cc4cefe6de6536ff97f76820" |
| |
| inherit pkgconfig autotools-brokensep |
| |
| PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| |
| PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" |
| PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" |
| |
| EXTRA_OECONF = "--enable-ipv4" |
| |
| FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" |