diff options
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.bb | 27 |
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 @@ | |||
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://LICENSE;md5=0531457992a97ecebc6975914a874a9d" | ||
9 | |||
10 | UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" | ||
11 | |||
12 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | ||
13 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" | ||
14 | |||
15 | SRC_URI[md5sum] = "57fd5dd4ff9722773ec67239db34d3b5" | ||
16 | SRC_URI[sha256sum] = "c5cbe15069cef347e72d0bf7a19b0255571ee0c184c6705859a09588a50a8ebd" | ||
17 | |||
18 | inherit pkgconfig autotools-brokensep | ||
19 | |||
20 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
21 | |||
22 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" | ||
23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | ||
24 | |||
25 | EXTRA_OECONF = "--enable-ipv4" | ||
26 | |||
27 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" | ||