diff options
author | Martin Dietze <martin@the-little-red-haired-girl.org> | 2009-05-23 13:25:44 +0200 |
---|---|---|
committer | md <md@freiheit.com> | 2009-05-27 21:50:58 +0200 |
commit | 782df95b7dd7413bbec639c41b2d9ceb4d71f1e7 (patch) | |
tree | 7265ce0e722c3c7cb7db3bd5ee311dcee0cfac2a /recipes/openswan/openswan_2.2.0.bb | |
parent | 6e975fb66747a579b47009fd5fd7d7bf9a953076 (diff) |
openswan: fixed broken download URL
Diffstat (limited to 'recipes/openswan/openswan_2.2.0.bb')
-rw-r--r-- | recipes/openswan/openswan_2.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openswan/openswan_2.2.0.bb b/recipes/openswan/openswan_2.2.0.bb index b1c5271b13..bcf5a28756 100644 --- a/recipes/openswan/openswan_2.2.0.bb +++ b/recipes/openswan/openswan_2.2.0.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.openswan.org" LICENSE = "GPLv2" DEPENDS = "gmp flex-native" RRECOMMENDS = "kernel-module-ipsec" -RDEPENDS_nylon = "perl" +RDEPENDS_append_nylon = "perl" PR = "r5" SRC_URI = "http://www.openswan.org/download/old/openswan-${PV}.tar.gz \ |