]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/dhcpcd/dhcpcd_1.3.22-pl4.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / 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