All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/8] uriparser: upgrade to 0.9.3
@ 2019-05-23 11:54 Martin Jansa
  2019-05-23 11:54 ` [meta-oe][PATCH 2/8] pidgin: upgrade to 2.13.0 Martin Jansa
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Martin Jansa @ 2019-05-23 11:54 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>
---
 .../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



^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-06-19  1:47 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 11:54 [meta-oe][PATCH 1/8] uriparser: upgrade to 0.9.3 Martin Jansa
2019-05-23 11:54 ` [meta-oe][PATCH 2/8] pidgin: upgrade to 2.13.0 Martin Jansa
2019-05-23 11:55 ` [meta-oe][PATCH 3/8] funyahoo-plusplus, icyque, pidgin-sipe, purple-skypeweb: add couple plugins for pidgin Martin Jansa
2019-06-14 18:10   ` Khem Raj
2019-06-14 21:34     ` Martin Jansa
2019-06-18  7:12       ` Martin Jansa
2019-06-18 10:43         ` Martin Jansa
2019-06-18 13:06           ` Khem Raj
2019-06-18 15:37             ` Martin Jansa
2019-06-18 15:45               ` Khem Raj
2019-06-18 15:54                 ` Martin Jansa
2019-06-18 17:47                   ` Khem Raj
2019-06-19  1:46                     ` Khem Raj
2019-05-23 11:55 ` [meta-oe][PATCH 4/8] hunspell: use git fetcher instead of github archive Martin Jansa
2019-05-23 12:02   ` Andreas Müller
2019-05-23 11:55 ` [meta-oe][PATCH 5/8] hunspell-dictionaries: import from meta-luneos to make hunspell in meta-oe a bit more useful Martin Jansa
2019-05-23 12:27   ` Andreas Müller
2019-05-23 11:55 ` [meta-oe][PATCH 6/8] Geoclue: Update to 2.5.3 Martin Jansa
2019-05-23 11:55 ` [meta-oe][PATCH 7/8] ttf-mplus, ttf-vlgothic: add ttf-mplus license Martin Jansa
2019-05-23 11:55 ` [meta-oe][PATCH 8/8] android-tools-conf: import one more improvement for android-gadget-setup from meta-luneos Martin Jansa
2019-05-23 12:02 ` [meta-oe][PATCH 1/8] uriparser: upgrade to 0.9.3 Adrian Bunk
2019-05-24  0:37   ` Khem Raj

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.