diff mbox series

[V3] libcheck: Upgrade to 0.12.0

Message ID 20171023165753.30830-1-raj.khem@gmail.com
State New
Headers show
Series [V3] libcheck: Upgrade to 0.12.0 | expand

Commit Message

Khem Raj Oct. 23, 2017, 4:57 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
Changes in V3: Upgrade to 0.12.0 and use tarball for SRC_URI

 .../libcheck/{libcheck_0.10.0.bb => libcheck_0.12.0.bb}           | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
 rename meta/recipes-support/libcheck/{libcheck_0.10.0.bb => libcheck_0.12.0.bb} (69%)

-- 
2.14.2

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Ross Burton Oct. 23, 2017, 5:10 p.m. UTC | #1
On 23 October 2017 at 17:57, Khem Raj <raj.khem@gmail.com> wrote:

> +SRC_URI = "https://github.com/${BPN}/check/archive/${PV}.tar.gz"

>


As discussed previously on the lists, github /archive/ URLs produce
unstable tarballs.

Please use the maintainer-provided tarball at
https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz
instead.

Ross
<div dir="ltr">On 23 October 2017 at 17:57, Khem Raj <span dir="ltr">&lt;<a href="mailto:raj.khem@gmail.com" target="_blank">raj.khem@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">+SRC_URI = &quot;<a href="https://github.com/${BPN}/check/archive/${PV}.tar.gz" rel="noreferrer" target="_blank">https://github.com/${BPN}/<wbr>check/archive/${PV}.tar.gz</a>&quot;<br></blockquote><div><br></div><div>As discussed previously on the lists, github /archive/ URLs produce unstable tarballs.</div><div><br></div><div>Please use the maintainer-provided tarball at <a href="https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz">https://github.com/libcheck/check/releases/download/0.12.0/check-0.12.0.tar.gz</a> instead.</div><div><br></div><div>Ross</div><div> </div></div></div></div>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-support/libcheck/libcheck_0.10.0.bb b/meta/recipes-support/libcheck/libcheck_0.12.0.bb
similarity index 69%
rename from meta/recipes-support/libcheck/libcheck_0.10.0.bb
rename to meta/recipes-support/libcheck/libcheck_0.12.0.bb
index 9d34198a96..3b72f43032 100644
--- a/meta/recipes-support/libcheck/libcheck_0.10.0.bb
+++ b/meta/recipes-support/libcheck/libcheck_0.12.0.bb
@@ -5,11 +5,9 @@  SECTION = "devel"
 LICENSE  = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/check/check-${PV}.tar.gz \
-          "
-
-SRC_URI[md5sum] = "53c5e5c77d090e103a17f3ed7fd7d8b8"
-SRC_URI[sha256sum] = "f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052"
+SRC_URI = "https://github.com/${BPN}/check/archive/${PV}.tar.gz"
+SRC_URI[md5sum] = "4399978b4248761bf55797a5ffa795ec"
+SRC_URI[sha256sum] = "7816b4c38f6e23ff873786f18d966e552837677bfae144041e0587e7c39e04e8"
 
 S = "${WORKDIR}/check-${PV}"