[oe-commits] [meta-openembedded] 17/18: dhcpcd: add recipe for dhcpcd

git at git.openembedded.org git at git.openembedded.org
Tue Jan 26 23:15:21 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 1a864b4842ad0557c6210f87e6e3d2d0a94eaa32
Author: Nate Karstens <nate.karstens at garmin.com>
AuthorDate: Wed Jan 13 17:08:19 2016 -0600

    dhcpcd: add recipe for dhcpcd
    
    Adds a new recipe for dhcpcd version 6.10.0.
    
    Signed-off-by: Nate Karstens <nate.karstens at garmin.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb   | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
new file mode 100644
index 0000000..058a932
--- /dev/null
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.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] = "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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list