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

Armin Kuster akuster808 at gmail.com
Thu Feb 2 16:38:12 PST 2017


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 \
-- 
2.7.4




More information about the yocto mailing list