diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-06-25 22:55:16 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-06-25 14:22:33 -0700 |
| commit | db4b115ef39250cbe4f8c5ec806c790d707fd0e4 (patch) | |
| tree | 3f97e330881aafa90c11958d5886796b9d10f2bc /meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb | |
| parent | 1368704ae935080e652555ceb093fc9006e69b0e (diff) | |
| download | meta-openembedded-db4b115ef39250cbe4f8c5ec806c790d707fd0e4.tar.gz | |
dhcpcd: update to 7.2.2
udev is now enabled by default and is always requested.
License checksum changed due to modified copyright year.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb deleted file mode 100644 index 84c3db7a5c..0000000000 --- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 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=1e8f17e4edcccc38152ccf60374e0f89" | ||
| 9 | |||
| 10 | SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "77bbb1d73b6f30d6ddcc8b0fd3eae266" | ||
| 13 | SRC_URI[sha256sum] = "96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5" | ||
| 14 | |||
| 15 | SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" | ||
| 16 | |||
| 17 | inherit autotools-brokensep | ||
| 18 | |||
| 19 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" | ||
| 20 | |||
| 21 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" | ||
| 22 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--enable-ipv4" | ||
| 25 | |||
| 26 | FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" | ||
