summaryrefslogtreecommitdiffstats
path: root/meta/recipes-webos/uriparser/uriparser_0.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-webos/uriparser/uriparser_0.8.0.bb')
-rw-r--r--meta/recipes-webos/uriparser/uriparser_0.8.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-webos/uriparser/uriparser_0.8.0.bb b/meta/recipes-webos/uriparser/uriparser_0.8.0.bb
new file mode 100644
index 0000000000..9645e682b5
--- /dev/null
+++ b/meta/recipes-webos/uriparser/uriparser_0.8.0.bb
@@ -0,0 +1,19 @@
+# Copyright (c) 2012-2016 LG Electronics, Inc.
+
+SECTION = "uriparser"
+DESCRIPTION = "RFC 3986 compliant URI parsing library"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=72b0f9c74ae96eeab8cf1bf3efe08da2"
+
+PR = "r2"
+
+SRC_URI := "${SOURCEFORGE_MIRROR}/project/uriparser/Sources/${PV}/uriparser-${PV}.tar.bz2"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-test --disable-doc"
+
+SRC_URI[md5sum] = "77601f52ab91c0e100fc5d783d9c1ee5"
+SRC_URI[sha256sum] = "1dd9f9779d8f17822bd7d68ba042fd67779b6e4ccf162bd3c9d0ff19a8ba9bf7"
+
+BBCLASSEXTEND = "native"