From 7202dc267583c28e5617b8d3b4674f3e54f267b5 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 5 Aug 2019 07:06:04 +0200 Subject: dhcpcd: update to 8.0.2 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-connectivity/dhcpcd/dhcpcd_8.0.1.bb | 26 ---------------------- .../recipes-connectivity/dhcpcd/dhcpcd_8.0.2.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.1.bb create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.2.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.1.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.1.bb deleted file mode 100644 index 6438daea72..0000000000 --- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.1.bb +++ /dev/null @@ -1,26 +0,0 @@ -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://LICENSE;md5=0531457992a97ecebc6975914a874a9d" - -UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" - -SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ - file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" -SRC_URI[md5sum] = "b9c3b3a116f1abafc346f80cb511f8c1" -SRC_URI[sha256sum] = "031f4fbef5ad41b44714fec343ff5be898e3e3cd5e7c53d6ef3aaec43cdba931" - -inherit pkgconfig 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" diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.2.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.2.bb new file mode 100644 index 0000000000..79d1dada04 --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_8.0.2.bb @@ -0,0 +1,26 @@ +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://LICENSE;md5=0531457992a97ecebc6975914a874a9d" + +UPSTREAM_CHECK_URI = "https://roy.marples.name/downloads/dhcpcd/" + +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz \ + file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" +SRC_URI[md5sum] = "c0375a1f725f1c191b43af60e4f7175b" +SRC_URI[sha256sum] = "33a26ad561546cd2cfe1e6de6352a85df72b41c37def8c7eb00e90e57c627a5c" + +inherit pkgconfig 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" -- cgit 1.2.3-korg