[oe] [STABLE][PATCH 081/125] openswan: fixed broken download URL

Koen Kooi k.kooi at student.utwente.nl
Mon Jun 22 12:10:36 UTC 2009


On 22-06-09 13:11, Marcin Juszkiewicz wrote:
> From: Martin Dietze<martin at the-little-red-haired-girl.org>
>
>
> Signed-off-by: Marcin Juszkiewicz<marcin at juszkiewicz.com.pl>

Acked-by: Koen Kooi <koen at openembedded.org>

> ---
>   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-devel mailing list