aboutsummaryrefslogtreecommitdiffstats
path: root/netkit-base
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 /netkit-base
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'netkit-base')
-rw-r--r--netkit-base/netkit-base_0.17.oe8
1 files changed, 4 insertions, 4 deletions
diff --git a/netkit-base/netkit-base_0.17.oe b/netkit-base/netkit-base_0.17.oe
index 2565370ea5..b5b56cb630 100644
--- a/netkit-base/netkit-base_0.17.oe
+++ b/netkit-base/netkit-base_0.17.oe
@@ -2,11 +2,11 @@ DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
DESCRIPTION = "netkit-base includes the inetd daemon."
-SRC_URI = ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz \
- file://${FILESDIR}/configure.patch;patch=1 \
- file://${FILESDIR}/mconfig.patch;patch=1
+SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-base-${PV}.tar.gz \
+ file://${FILESDIR}/configure.patch;patch=1 \
+ file://${FILESDIR}/mconfig.patch;patch=1"
-EXTRA_OEMAKE = -C inetd
+EXTRA_OEMAKE = "-C inetd"
do_compile () {
oe_runmake 'CC=${CC}' 'LD=${LD}' all
}