summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb')
-rw-r--r--meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb
new file mode 100644
index 0000000000..3349ca1533
--- /dev/null
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.1.5.bb
@@ -0,0 +1,27 @@
1SECTION = "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"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d"
9
10UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/"
11
12SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \
13 file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
14
15SRC_URI[md5sum] = "57fd5dd4ff9722773ec67239db34d3b5"
16SRC_URI[sha256sum] = "c5cbe15069cef347e72d0bf7a19b0255571ee0c184c6705859a09588a50a8ebd"
17
18inherit pkgconfig autotools-brokensep
19
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"