All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] uriparser: add
@ 2018-01-22 15:52 Trevor Woerner
  2018-01-23 16:05 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2018-01-22 15:52 UTC (permalink / raw)
  To: openembedded-devel

Currently the following layers/recipes DEPEND on uriparser:
	- meta-measured/recipes-tpm/tpm2-tss
	- meta-webos-ports/meta-luneos/recipes-webos/luna-sysservice
	- meta-webos-ports/meta-luneos/recipes-webos/libpbnjson

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 meta-oe/recipes-support/uriparser/uriparser_0.8.4.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
new file mode 100644
index 0000000000..825c868ad4
--- /dev/null
+++ b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
@@ -0,0 +1,14 @@
+SUMMARY = "RFC 3986 compliant URI parsing library"
+HOMEPAGE = "https://uriparser.github.io"
+
+LICENSE = "BSD"
+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"
-- 
2.14.1.459.g238e487ea



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

* Re: [meta-oe][PATCH] uriparser: add
  2018-01-22 15:52 [meta-oe][PATCH] uriparser: add Trevor Woerner
@ 2018-01-23 16:05 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2018-01-23 16:05 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: openembeded-devel

On Mon, Jan 22, 2018 at 9:52 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> Currently the following layers/recipes DEPEND on uriparser:
>         - meta-measured/recipes-tpm/tpm2-tss
>         - meta-webos-ports/meta-luneos/recipes-webos/luna-sysservice
>         - meta-webos-ports/meta-luneos/recipes-webos/libpbnjson
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>  meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 meta-oe/recipes-support/uriparser/uriparser_0.8.4.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
> new file mode 100644
> index 0000000000..825c868ad4
> --- /dev/null
> +++ b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
> @@ -0,0 +1,14 @@
> +SUMMARY = "RFC 3986 compliant URI parsing library"
> +HOMEPAGE = "https://uriparser.github.io"
> +
> +LICENSE = "BSD"

it seems to be BSD-3-Clause to be specific

> +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"
> --
> 2.14.1.459.g238e487ea
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2018-01-23 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-22 15:52 [meta-oe][PATCH] uriparser: add Trevor Woerner
2018-01-23 16:05 ` 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.