llvm-common: use do_stage for now, until there is a better solution
[openembedded.git] / recipes / dhclient / dhclient_2.0pl5.bb
blob6d1289959cd54f62fd2a12bc570e27eaa48cffbf
1 SECTION = "console/network"
2 DESCRIPTION = "ISC DHCP Distribution (client and server)."
3 LICENSE = "BSD"
4 PR = "r1"
6 SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-2.0-history/dhcp-${PV}.tar.gz \
7 file://make.patch"
8 S = "${WORKDIR}/dhcp-${PV}"
10 export BINDIR = "${sbindir}"
11 export LFLAGS = "${LDFLAGS}"
13 do_configure () {
14 ./configure ${TARGET_SYS}
17 do_install () {
18 oe_runmake "DESTDIR=${D}" install
21 SRC_URI[md5sum] = "ab22f363a7aff924e2cc9d1019a21498"
22 SRC_URI[sha256sum] = "ef0fa044354ea42983584fcf94838445d8c8167b07630ad1a1057ea4783794b7"