diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /ifupdown/ifupdown_0.6.4.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ifupdown/ifupdown_0.6.4.oe')
-rw-r--r-- | ifupdown/ifupdown_0.6.4.oe | 22 |
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 () { |