All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCHv2] uriparser: upgrade to 0.9.3
@ 2019-05-24 16:40 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2019-05-24 16:40 UTC (permalink / raw)
  To: openembedded-devel

* LIC_FILES_CHKSUM changed only with formal changes:
  commit 093f10a3539b02a38efa835022ef08e52e71ea52
  Author: Sebastian Pipping <sebastian@pipping.org>
  Date:   Wed Nov 4 22:33:13 2015 +0100

    dos2unix COPYING

  commit 62a6150417636afe3c6956c030a3e4b1b1c1fe57
  Author: Sebastian Pipping <sebastian@pipping.org>
  Date:   Wed Nov 4 22:30:29 2015 +0100

    Update e-mail address

* use CMake instead of autotools

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---

v2: switched from git fetcher to release tarbal

 .../{uriparser_0.8.4.bb => uriparser_0.9.3.bb}      | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-support/uriparser/{uriparser_0.8.4.bb => uriparser_0.9.3.bb} (27%)

diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb b/meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb
similarity index 27%
rename from meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
rename to meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb
index bfcdf83737..8c28c9d93a 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb
@@ -2,15 +2,14 @@ SUMMARY = "RFC 3986 compliant URI parsing library"
 HOMEPAGE = "https://uriparser.github.io"
 
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=72b0f9c74ae96eeab8cf1bf3efe08da2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fc3bbde670fc6e95392a0e23bf57bda0"
 
-SRC_URI := "${SOURCEFORGE_MIRROR}/project/uriparser/Sources/${PV}/uriparser-${PV}.tar.bz2"
+SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz"
+SRC_URI[md5sum] = "9874b64f6f4ff656f3f69598e38f12b7"
+SRC_URI[sha256sum] = "6cef39d6eaf1a48504ee0264ce85f078758057dafb1edd0a898183b55ff76014"
 
-inherit autotools
+inherit cmake
 
-EXTRA_OECONF = "--disable-test --disable-doc"
-
-SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
-SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
+EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
 
 BBCLASSEXTEND += "native"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-24 16:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 16:40 [meta-oe][PATCHv2] uriparser: upgrade to 0.9.3 Martin Jansa

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.