[oe-commits] Martin Dietze : openswan: fixed broken download URL

git version control git at git.openembedded.org
Wed May 27 19:51:16 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 782df95b7dd7413bbec639c41b2d9ceb4d71f1e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=782df95b7dd7413bbec639c41b2d9ceb4d71f1e7

Author: Martin Dietze <martin at the-little-red-haired-girl.org>
Date:   Sat May 23 13:25:44 2009 +0200

openswan: fixed broken download URL

---

 recipes/openswan/openswan_2.2.0.bb |    2 +-
 recipes/openswan/openswan_2.4.7.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/openswan/openswan_2.2.0.bb b/recipes/openswan/openswan_2.2.0.bb
index b1c5271..bcf5a28 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 \
diff --git a/recipes/openswan/openswan_2.4.7.bb b/recipes/openswan/openswan_2.4.7.bb
index 353e0ea..28e599b 100644
--- a/recipes/openswan/openswan_2.4.7.bb
+++ b/recipes/openswan/openswan_2.4.7.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 = "r0"
 
 SRC_URI = "http://www.openswan.org/download/openswan-${PV}.tar.gz \





More information about the Openembedded-commits mailing list