From: Joe MacDonald <joe@deserted.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-networking][PATCH] stunnel: fix SRC_URI
Date: Wed, 2 Apr 2014 11:23:48 -0400 [thread overview]
Message-ID: <20140402152347.GC4392@deserted.net> (raw)
In-Reply-To: <1396445186-64883-1-git-send-email-javier.viguera@digi.com>
[-- Attachment #1: Type: text/plain, Size: 1269 bytes --]
Merged, thanks.
-J.
[[oe] [meta-networking][PATCH] stunnel: fix SRC_URI] On 14.04.02 (Wed 15:26) Javier Viguera wrote:
> Trying to build stunnel fails with:
>
> ERROR 404: Not Found.
>
> Seems that after the new release (5.x) they have moved the old tarball
> under a 'archive/4.x' subdirectory.
>
> Signed-off-by: Javier Viguera <javier.viguera@digi.com>
> ---
> meta-networking/recipes-support/stunnel/stunnel_4.56.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> index 7ac2e23afa96..086d0b7aafea 100644
> --- a/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> +++ b/meta-networking/recipes-support/stunnel/stunnel_4.56.bb
> @@ -5,7 +5,7 @@ LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=f41ebed8571077706fee0b860c4d6666"
> DEPENDS = "openssl"
>
> -SRC_URI = "https://www.stunnel.org/downloads/${BP}.tar.gz"
> +SRC_URI = "https://www.stunnel.org/downloads/archive/4.x/${BP}.tar.gz"
>
> SRC_URI[md5sum] = "ac4c4a30bd7a55b6687cbd62d864054c"
> SRC_URI[sha256sum] = "9cae2cfbe26d87443398ce50d7d5db54e5ea363889d5d2ec8d2778a01c871293"
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
prev parent reply other threads:[~2014-04-02 15:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-02 13:26 [meta-networking][PATCH] stunnel: fix SRC_URI Javier Viguera
2014-04-02 15:23 ` Joe MacDonald [this message]
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=20140402152347.GC4392@deserted.net \
--to=joe@deserted.net \
--cc=openembedded-devel@lists.openembedded.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.