summaryrefslogtreecommitdiff
path: root/dhclient/dhclient_2.0pl5.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /dhclient/dhclient_2.0pl5.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'dhclient/dhclient_2.0pl5.oe')
-rw-r--r--dhclient/dhclient_2.0pl5.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/dhclient/dhclient_2.0pl5.oe b/dhclient/dhclient_2.0pl5.oe
index 80cb4ec35b..a506b98535 100644
--- a/dhclient/dhclient_2.0pl5.oe
+++ b/dhclient/dhclient_2.0pl5.oe
@@ -2,16 +2,16 @@ DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "ISC DHCP Distribution (client and server)."
-SRC_URI = ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \
- file://${FILESDIR}/make.patch;patch=1
+SRC_URI = "ftp://ftp.isc.org/isc/dhcp/dhcp-${PV}.tar.gz \
+ file://${FILESDIR}/make.patch;patch=1"
S = "${WORKDIR}/dhcp-${PV}"
-export BINDIR = ${sbindir}
+export BINDIR = "${sbindir}"
do_configure () {
./configure ${TARGET_SYS}
}
do_install () {
- oe_runmake 'DESTDIR=${D}' install
+ oe_runmake "DESTDIR=${D}" install
}