aboutsummaryrefslogtreecommitdiffstats
path: root/radvd
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 /radvd
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'radvd')
-rw-r--r--radvd/radvd_0.7.2.oe8
1 files changed, 3 insertions, 5 deletions
diff --git a/radvd/radvd_0.7.2.oe b/radvd/radvd_0.7.2.oe
index 823b61addd..da36825232 100644
--- a/radvd/radvd_0.7.2.oe
+++ b/radvd/radvd_0.7.2.oe
@@ -2,10 +2,8 @@ DESCRIPTION = "IPv6 router advertisement daemon"
DEPENDS = "virtual/libc"
RDEPENDS = "libc6"
-SRC_URI = http://v6web.litech.org/radvd/dist/radvd-0.7.2.tar.gz \
- file://${FILESDIR}/automake.patch;patch=1
+SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
+ file://${FILESDIR}/automake.patch;patch=1"
+S = "${WORKDIR}/radvd-${PV}"
inherit autotools
-
-S = "${WORKDIR}/radvd-0.7.2"
-