diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb')
-rw-r--r-- | meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb new file mode 100644 index 000000000..defd3420f --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_9.1.4.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | SECTION = "console/network" | ||
2 | SUMMARY = "dhcpcd - a DHCP client" | ||
3 | DESCRIPTION = "dhcpcd runs on your machine and silently configures your \ | ||
4 | computer to work on the attached networks without trouble \ | ||
5 | and mostly without configuration." | ||
6 | |||
7 | HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" | ||
8 | |||
9 | LICENSE = "BSD-2-Clause" | ||
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9674cc803c5d71306941e6e8b5c002f2" | ||
11 | |||
12 | UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" | ||
13 | |||
14 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ | ||
15 | file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" | ||
16 | |||
17 | SRC_URI[sha256sum] = "5fe133e5497d8af6d26bd6e6b8dd48ab12d124d6cc4cefe6de6536ff97f76820" | ||
18 | |||
19 | inherit pkgconfig autotools-brokensep | ||
20 | |||
21 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
22 | |||
23 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" | ||
24 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | ||
25 | |||
26 | EXTRA_OECONF = "--enable-ipv4" | ||
27 | |||
28 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" | ||