diff options
-rw-r--r-- | meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb | 16 | ||||
-rw-r--r-- | meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb | 15 |
2 files changed, 15 insertions, 16 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 deleted file mode 100644 index bfcdf83737..0000000000 --- a/meta-oe/recipes-support/uriparser/uriparser_0.8.4.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | SUMMARY = "RFC 3986 compliant URI parsing library" | ||
2 | HOMEPAGE = "https://uriparser.github.io" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=72b0f9c74ae96eeab8cf1bf3efe08da2" | ||
6 | |||
7 | SRC_URI := "${SOURCEFORGE_MIRROR}/project/uriparser/Sources/${PV}/uriparser-${PV}.tar.bz2" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | EXTRA_OECONF = "--disable-test --disable-doc" | ||
12 | |||
13 | SRC_URI[md5sum] = "9aabdc3611546f553f4af372167de6d6" | ||
14 | SRC_URI[sha256sum] = "ce7ccda4136974889231e8426a785e7578e66a6283009cfd13f1b24a5e657b23" | ||
15 | |||
16 | BBCLASSEXTEND += "native" | ||
diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb b/meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb new file mode 100644 index 0000000000..8c28c9d93a --- /dev/null +++ b/meta-oe/recipes-support/uriparser/uriparser_0.9.3.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "RFC 3986 compliant URI parsing library" | ||
2 | HOMEPAGE = "https://uriparser.github.io" | ||
3 | |||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fc3bbde670fc6e95392a0e23bf57bda0" | ||
6 | |||
7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz" | ||
8 | SRC_URI[md5sum] = "9874b64f6f4ff656f3f69598e38f12b7" | ||
9 | SRC_URI[sha256sum] = "6cef39d6eaf1a48504ee0264ce85f078758057dafb1edd0a898183b55ff76014" | ||
10 | |||
11 | inherit cmake | ||
12 | |||
13 | EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF" | ||
14 | |||
15 | BBCLASSEXTEND += "native" | ||