Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SECTION = "console/network" |
| 2 | SUMMARY = "dhcpcd - a DHCP client" |
| 3 | DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer to work on the attached networks without trouble and mostly without configuration." |
| 4 | |
| 5 | HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" |
| 6 | |
| 7 | LICENSE = "BSD-2-Clause" |
| 8 | LIC_FILES_CHKSUM = "file://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b" |
| 9 | |
| 10 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" |
| 11 | |
| 12 | SRC_URI[md5sum] = "2465624b62c1154f0e89dc69c42c849b" |
| 13 | SRC_URI[sha256sum] = "6f9674dc7e27e936cc787175404a6171618675ecfb6903ab9887b1b66a87d69e" |
| 14 | |
| 15 | inherit autotools-brokensep |
| 16 | |
| 17 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 18 | |
| 19 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" |
| 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" |
| 21 | |
| 22 | EXTRA_OECONF = "--enable-ipv4" |
| 23 | |
| 24 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" |