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 /ifplugd | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ifplugd')
-rw-r--r-- | ifplugd/ifplugd_0.20.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ifplugd/ifplugd_0.20.oe b/ifplugd/ifplugd_0.20.oe index 7d381bfa62..0e2770a920 100644 --- a/ifplugd/ifplugd_0.20.oe +++ b/ifplugd/ifplugd_0.20.oe @@ -2,11 +2,11 @@ DESCRIPTION = "ifplugd is a Linux daemon which will automatically configure your DEPENDS = "virtual/libc libdaemon" RDEPENDS = "libc6 libdaemon" -SRC_URI = http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz +SRC_URI = "http://0pointer.de/lennart/projects/ifplugd/ifplugd-${PV}.tar.gz" inherit autotools -EXTRA_OECONF = --disable-lynx +EXTRA_OECONF = "--disable-lynx" pkg_postinst () { if test -n "$D"; then |