[oe] [meta-oe][PATCH 1/8] uriparser: upgrade to 0.9.3

Martin Jansa martin.jansa at gmail.com
Thu May 23 11:54:58 UTC 2019


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

    dos2unix COPYING

  commit 62a6150417636afe3c6956c030a3e4b1b1c1fe57
  Author: Sebastian Pipping <sebastian at 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 at gmail.com>
---
 .../uriparser/uriparser_0.8.4.bb               | 16 ----------------
 .../recipes-support/uriparser/uriparser_git.bb | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 16 deletions(-)
 delete mode 100644 meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
 create mode 100644 meta-oe/recipes-support/uriparser/uriparser_git.bb

diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
deleted file mode 100644
index bfcdf83737..0000000000
--- a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "RFC 3986 compliant URI parsing library"
-HOMEPAGE = "https://uriparser.github.io"
-
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=72b0f9c74ae96eeab8cf1bf3efe08da2"
-
-SRC_URI := "${SOURCEFORGE_MIRROR}/project/uriparser/Sources/${PV}/uriparser-${PV}.tar.bz2"
-
-inherit autotools
-
-EXTRA_OECONF = "--disable-test --disable-doc"
-
-SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
-SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"
-
-BBCLASSEXTEND += "native"
diff --git a/meta-oe/recipes-support/uriparser/uriparser_git.bb b/meta-oe/recipes-support/uriparser/uriparser_git.bb
new file mode 100644
index 0000000000..09e8befcf8
--- /dev/null
+++ b/meta-oe/recipes-support/uriparser/uriparser_git.bb
@@ -0,0 +1,18 @@
+SUMMARY = "RFC 3986 compliant URI parsing library"
+HOMEPAGE = "https://uriparser.github.io"
+
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fc3bbde670fc6e95392a0e23bf57bda0"
+
+PV = "0.9.3+git${SRCPV}"
+
+SRCREV = "737e95f67bc2e5d8b90a1392797b353b52e5124a"
+SRC_URI = "git://github.com/uriparser/${BPN}.git"
+
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
+
+BBCLASSEXTEND += "native"
-- 
2.17.1



More information about the Openembedded-devel mailing list