From db4b115ef39250cbe4f8c5ec806c790d707fd0e4 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Tue, 25 Jun 2019 22:55:16 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb | 26 ---------------------- .../recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb | 24 ++++++++++++++++++++ 2 files changed, 24 insertions(+), 26 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb 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 @@ -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=1e8f17e4edcccc38152ccf60374e0f89" - -SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "77bbb1d73b6f30d6ddcc8b0fd3eae266" -SRC_URI[sha256sum] = "96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5" - -SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" - -inherit 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_7.2.2.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb new file mode 100644 index 0000000000..e2759f47a1 --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb @@ -0,0 +1,24 @@ +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" + +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" +SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" +SRC_URI[md5sum] = "2f17034432ea10415ee84a97ef131128" +SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e" + +inherit autotools-brokensep + +PACKAGECONFIG ?= "${@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 v1.2.3-54-g00ecf