All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: kai.kang@windriver.com
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 2/5] curlpp: update HOMEPAGE and SRC_URI
Date: Tue, 14 Mar 2017 14:43:56 -0400	[thread overview]
Message-ID: <20170314184356.GK15664@denix.org> (raw)
In-Reply-To: <20170313032921.8669-3-kai.kang@windriver.com>

On Mon, Mar 13, 2017 at 11:29:18AM +0800, kai.kang@windriver.com wrote:
> From: Kai Kang <kai.kang@windriver.com>
> 
> The page of curlpp hosted on googlecode doesn' work now. So update
> SRC_URI to use repo hosted on github. Update HOMEPAGE as well.
> 
> Signed-off-by: Kai Kang <kai.kang@windriver.com>
> ---
>  meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
> index c3a242a..24f2ef8 100644
> --- a/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
> +++ b/meta-networking/recipes-support/curlpp/curlpp_0.7.3.bb
> @@ -1,5 +1,5 @@
>  SUMMARY = "C++ library for client-side URL transfers"
> -HOMEPAGE = "http://code.google.com/p/curlpp/"
> +HOMEPAGE = "http://www.curlpp.org/"
>  SECTION = "libdevel"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> @@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
>  DEPENDS = "curl boost"
>  DEPENDS_class-native = "curl-native"
>  
> -SRC_URI = "http://curlpp.googlecode.com/files/curlpp-${PV}.tar.gz \
> +SRC_URI = "https://github.com/jpbarrette/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \

So, you are trying to use the same name for the tarball, which has different 
checksums. Will be a problem for anyone with an old tarball cached on a 
mirror...

-- 
Denys


>      file://example21.cpp-remove-deprecated-code.patch \
>  "
>  
> -SRC_URI[md5sum] = "ccc3d30d4b3b5d2cdbed635898c29485"
> -SRC_URI[sha256sum] = "e3f9427b27c5bddf898d383d45c0d3d5397e2056ff935d9a5cdaef6a9a653bd5"
> +SRC_URI[md5sum] = "ee05f248bf3bbf7f381d65cf2d0ee50f"
> +SRC_URI[sha256sum] = "b72093f221a9e2d0f7ce0bd0f846587835e01607a7bb0f106ff4317a8c30a81c"
>  
>  inherit autotools-brokensep pkgconfig binconfig
>  
> -- 
> 2.10.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


  reply	other threads:[~2017-03-14 18:43 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-13  3:29 [PATCH 0/5] Update SRC_URIs kai.kang
2017-03-13  3:29 ` [PATCH 1/5] fuse: update HOMEPAGE and SRC_URI kai.kang
2017-03-14 18:45   ` Denys Dmytriyenko
2017-03-15  2:29     ` Kang Kai
2017-03-13  3:29 ` [PATCH 2/5] curlpp: " kai.kang
2017-03-14 18:43   ` Denys Dmytriyenko [this message]
2017-03-13  3:29 ` [PATCH 3/5] libdnet: update SRC_URI kai.kang
2017-03-22  8:16   ` Kang Kai
2017-03-22 10:59     ` Martin Jansa
2017-03-23  1:45       ` Kang Kai
2017-03-13  3:29 ` [PATCH 4/5] cherokee: " kai.kang
2017-03-13  3:29 ` [PATCH 5/5] lmsensors: update SRC_URI and S kai.kang
2017-03-13  7:25 ` [PATCH 0/5] Update SRC_URIs Martin Jansa
2017-03-13 20:19   ` Khem Raj
2017-03-14  8:19   ` Kang Kai

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=20170314184356.GK15664@denix.org \
    --to=denis@denix.org \
    --cc=kai.kang@windriver.com \
    --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.