From 259f5cd6f3c40529fbdfe174ac395b0b32fb9071 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Thu, 17 Mar 2016 14:25:11 +0100 Subject: dhcpcd: update to version 6.10.1 Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb | 22 ---------------------- .../recipes-connectivity/dhcpcd/dhcpcd_6.10.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.1.bb (limited to 'meta-networking/recipes-connectivity/dhcpcd') diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb deleted file mode 100644 index 058a932e63..0000000000 --- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb +++ /dev/null @@ -1,22 +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://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b" - -SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" - -SRC_URI[md5sum] = "f39c5773e7c4bea352d9fb7367c899de" -SRC_URI[sha256sum] = "ab56af9b2e86913c55a965cb0f835e87749df78318564acf90d5d698f413ad35" - -inherit autotools - -B = "${S}" -EXTRA_OECONF = "--enable-ipv4 --enable-ipv6" - -FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" - -RDEPENDS_${PN} = "udev" diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.1.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.1.bb new file mode 100644 index 0000000000..5f207f547b --- /dev/null +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.1.bb @@ -0,0 +1,22 @@ +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://dhcpcd.c;endline=26;md5=77c40d671aff804ca91ea99556da8e9b" + +SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" + +SRC_URI[md5sum] = "a7b83c57f47b62f48373905d3b4f7978" +SRC_URI[sha256sum] = "284abf8c3be0580bbac5eaca95359346ab0d78d4072317b6ce87cc68f2e8ae7b" + +inherit autotools + +B = "${S}" +EXTRA_OECONF = "--enable-ipv4 --enable-ipv6" + +FILES_${PN}-dbg += "${libdir}/dhcpcd/dev/.debug" + +RDEPENDS_${PN} = "udev" -- cgit 1.2.3-korg