blob: 107a4a8331e327d358e318bba99ae34d83b6e26c [file] [log] [blame]
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05001DESCRIPTION = "Boost.URL is a library for manipulating Uniform Resource Identifiers (URI) and Locators (URL)"
2HOMEPAGE = "https://github.com/CPPAlliance/url"
3SECTION = "libs"
4LICENSE = "BSL-1.0"
5LIC_FILES_CHKSUM = "file://LICENSE_1_0.txt;md5=e4224ccaecb14d942c71d31bef20d78c"
6
Andrew Geissler97771a32021-03-05 15:23:11 -06007SRC_URI = "git://github.com/CPPAlliance/url.git;branch=develop"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05008
Andrew Geissler97771a32021-03-05 15:23:11 -06009SRCREV = "2c867fbe284ae532f1329b87a86ad3f8cd382867"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050010
11S = "${WORKDIR}/git"
12
13inherit cmake
14
15DEPENDS = "boost"
16
17BBCLASSEXTEND = "native nativesdk"