mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
0c31f55bcf
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
25 lines
911 B
BlitzBasic
25 lines
911 B
BlitzBasic
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://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b"
|
|
|
|
SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
|
|
|
|
SRC_URI[md5sum] = "d4f2f3ed4964197dee7767219c33a9df"
|
|
SRC_URI[sha256sum] = "5abd12c4df2947d608f60a35227f9bf8ae8ab9de06ce975cdab1144d8f229b06"
|
|
|
|
inherit 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"
|