blob: da52bb5a36f56e52e5f577743f80d66ac4371bca [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001SUMMARY = "RFC 3986 compliant URI parsing library"
2HOMEPAGE = "https://uriparser.github.io"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fc3bbde670fc6e95392a0e23bf57bda0"
6
7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz"
8SRC_URI[md5sum] = "9874b64f6f4ff656f3f69598e38f12b7"
9SRC_URI[sha256sum] = "6cef39d6eaf1a48504ee0264ce85f078758057dafb1edd0a898183b55ff76014"
10
Andrew Geissler82c905d2020-04-13 13:39:40 -050011UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
12
Brad Bishop15ae2502019-06-18 21:44:24 -040013inherit cmake
14
15EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
16
17BBCLASSEXTEND += "native"