[yocto] [meta-cgl][PATCH 2/3] openais: change SRC_URI http to fix error

akuster808 akuster808 at gmail.com
Sun Feb 19 19:51:32 PST 2017


ping.

is there an issue with this patch ?

- armin

On 02/02/2017 04:36 PM, Armin Kuster wrote:
> From: Armin Kuster <akuster at mvista.com>
>
> ERROR: openais-1.1.4-r0 do_fetch: Error executing a python function in exec_python_func() autogenerated:
>
> ftp://ftp@ breaks the fetcher and really is not needed.
>
> Signed-off-by: Armin Kuster <akuster at mvista.com>
> ---
>   meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
> index 69934a5..e503cec 100644
> --- a/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
> +++ b/meta-cgl-common/recipes-cgl/openais/openais_1.1.4.bb
> @@ -5,7 +5,7 @@ DEPENDS = "cluster-glue corosync"
>   
>   
>   SRC_URI = " \
> -    ftp://ftp@tux.rainside.sk/gentoo/distfiles/openais-${PV}.tar.gz \
> +    http://tux.rainside.sk/gentoo/distfiles/openais-${PV}.tar.gz \
>       file://fix-lcrso-linkage.patch \
>       file://build-cleanup-configure-ac.patch \
>       file://openais-fix-bash.patch \




More information about the yocto mailing list