Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / recipes / dhcpcd / dhcpcd_1.3.22-pl4.bb
1 SECTION = "console/network"
2 LICENSE = "GPL"
3 DESCRIPTION = "dhcpcd is an RFC2131-, RFC2132-, and \
4 RFC1541-compliant DHCP client daemon. It gets an IP address \
5 and other information from the DHCP server, automatically \
6 configures the network interface, and tries to renew the \
7 lease time according to RFC2131 or RFC1541."
8 PR = "r1"
9
10 sbindir = "/sbin"
11
12 SRC_URI = "http://www.phystech.com/ftp/dhcpcd-${PV}.tar.gz \
13            file://config_dir.patch;patch=1 \
14            file://paths.patch;patch=1"
15
16 inherit autotools
17