summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb')
-rw-r--r--meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb14
1 files changed, 14 insertions, 0 deletions
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 000000000..b4be853dd
--- /dev/null
+++ b/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb
@@ -0,0 +1,14 @@
1SUMMARY = "RFC 3986 compliant URI parsing library"
2HOMEPAGE = "https://uriparser.github.io"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=72b0f9c74ae96eeab8cf1bf3efe08da2"
6
7SRC_URI := "${SOURCEFORGE_MIRROR}/project/uriparser/Sources/${PV}/uriparser-${PV}.tar.bz2"
8
9inherit autotools
10
11EXTRA_OECONF = "--disable-test --disable-doc"
12
13SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6"
14SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23"