summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-06-25 22:55:16 +0200
committerKhem Raj <raj.khem@gmail.com>2019-06-25 14:22:33 -0700
commitdb4b115ef39250cbe4f8c5ec806c790d707fd0e4 (patch)
tree3f97e330881aafa90c11958d5886796b9d10f2bc
parent1368704ae935080e652555ceb093fc9006e69b0e (diff)
downloadmeta-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>
-rw-r--r--meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb (renamed from meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
index 84c3db7a5c..e2759f47a1 100644
--- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.0.8.bb
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
@@ -5,18 +5,16 @@ DESCRIPTION = "dhcpcd runs on your machine and silently configures your computer
5HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/" 5HOMEPAGE = "http://roy.marples.name/projects/dhcpcd/"
6 6
7LICENSE = "BSD-2-Clause" 7LICENSE = "BSD-2-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1e8f17e4edcccc38152ccf60374e0f89" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=0531457992a97ecebc6975914a874a9d"
9 9
10SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz" 10SRC_URI = "http://roy.marples.name/downloads/${BPN}/${BPN}-${PV}.tar.xz"
11
12SRC_URI[md5sum] = "77bbb1d73b6f30d6ddcc8b0fd3eae266"
13SRC_URI[sha256sum] = "96968e883369ab4afd11eba9dfd9bb109f5dfff65b2814ce6c432f36362dc9b5"
14
15SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch" 11SRC_URI += "file://0001-remove-INCLUDEDIR-to-prevent-build-issues.patch"
12SRC_URI[md5sum] = "2f17034432ea10415ee84a97ef131128"
13SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d38ba09e"
16 14
17inherit autotools-brokensep 15inherit autotools-brokensep
18 16
19PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 17PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
20 18
21PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" 19PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
22PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" 20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"