All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster808@gmail.com, yocto@yoctoproject.org
Subject: [meta-cgl][PATCH 3/3] openais: change SRC_URI http to fix error
Date: Thu,  2 Feb 2017 16:38:12 -0800	[thread overview]
Message-ID: <1486082292-29971-3-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1486082292-29971-1-git-send-email-akuster808@gmail.com>

From: Armin Kuster <akuster@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@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



  parent reply	other threads:[~2017-02-03  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03  0:38 [meta-cgl][PATCH 1/3] cgl layer.conf: add layer depends Armin Kuster
2017-02-03  0:38 ` [meta-cgl][PATCH 2/3] iscsi-initiator-utils: make it DISTRO_FEATURE dependent Armin Kuster
2017-02-20  3:51   ` akuster808
2017-02-03  0:38 ` Armin Kuster [this message]
2017-02-20  3:50 ` [meta-cgl][PATCH 1/3] cgl layer.conf: add layer depends akuster808

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1486082292-29971-3-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.