aboutsummaryrefslogtreecommitdiffstats
path: root/ifupdown
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 /ifupdown
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ifupdown')
-rw-r--r--ifupdown/ifupdown_0.6.4.oe22
1 files changed, 11 insertions, 11 deletions
diff --git a/ifupdown/ifupdown_0.6.4.oe b/ifupdown/ifupdown_0.6.4.oe
index d86e99a3c5..c40debfcd1 100644
--- a/ifupdown/ifupdown_0.6.4.oe
+++ b/ifupdown/ifupdown_0.6.4.oe
@@ -1,21 +1,21 @@
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-DESCRIPTION = "High level tools to configure network interfaces\
- This package provides the tools ifup and ifdown which may be used to\
- configure (or, respectively, deconfigure) network interfaces, based on\
- the file /etc/network/interfaces.
+DESCRIPTION = "High level tools to configure network interfaces \
+This package provides the tools ifup and ifdown which may be used to \
+configure (or, respectively, deconfigure) network interfaces, based on \
+the file /etc/network/interfaces."
-SRC_URI = ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}.orig.tar.gz \
- ${DEBIAN_MIRROR}/main/i/${PN}/${PN}_${PV}-4.6.diff.gz;patch=1 \
- file://${FILESDIR}/busybox.patch;patch=1 \
- file://${FILESDIR}/udhcpc.patch;patch=1 \
- file://${FILESDIR}/zeroconf.patch;patch=1
+SRC_URI = "${DEBIAN_MIRROR}/main/i/ifupdown/ifupdown_${PV}.orig.tar.gz \
+ ${DEBIAN_MIRROR}/main/i/ifupdown/ifupdown_${PV}-4.6.diff.gz;patch=1 \
+ file://${FILESDIR}/busybox.patch;patch=1 \
+ file://${FILESDIR}/udhcpc.patch;patch=1 \
+ file://${FILESDIR}/zeroconf.patch;patch=1"
-EXTRA_OEMAKE =
+EXTRA_OEMAKE =
do_compile () {
chmod a+rx *.pl *.sh
- oe_runmake 'CC=${CC}' "CFLAGS=${CFLAGS} -Wall -W -D'IFUPDOWN_VERSION=\"0.6.4\"'"
+ oe_runmake 'CC=${CC}' "CFLAGS=${CFLAGS} -Wall -W -D'IFUPDOWN_VERSION=\"${PV}\"'"
}
do_install () {