blob: d02cf5de8e34e865868137cdd186c47eee88020b [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"
Andrew Geissler89770b02020-06-13 10:40:47 -05005LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168"
Brad Bishop15ae2502019-06-18 21:44:24 -04006
7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz"
Andrew Geissler89770b02020-06-13 10:40:47 -05008SRC_URI[sha256sum] = "095e8a358a9ccbbef9d1f10d40495ca0fcb3d4490a948ba6449b213a66e08ef0"
Brad Bishop15ae2502019-06-18 21:44:24 -04009
Andrew Geissler82c905d2020-04-13 13:39:40 -050010UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
11
Brad Bishop15ae2502019-06-18 21:44:24 -040012inherit cmake
13
14EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
15
16BBCLASSEXTEND += "native"