diff options
| -rw-r--r-- | meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb (renamed from meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb b/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb index 3d76190d39..b5a0a9f42d 100644 --- a/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb +++ b/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb | |||
| @@ -2,10 +2,10 @@ SUMMARY = "RFC 3986 compliant URI parsing library" | |||
| 2 | HOMEPAGE = "https://uriparser.github.io" | 2 | HOMEPAGE = "https://uriparser.github.io" |
| 3 | 3 | ||
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168" | 5 | LIC_FILES_CHKSUM = "file://src/COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168" |
| 6 | 6 | ||
| 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz" | 7 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz" |
| 8 | SRC_URI[sha256sum] = "4cd0e4f93b477272fabceeb0202f269169fe6ec3044e10fac6acbcdf354bb080" | 8 | SRC_URI[sha256sum] = "291f25264a5c025005b1bc39de3c029e6a6ca0a8d6cfa5e61cb5b03702c0884d" |
| 9 | 9 | ||
| 10 | inherit cmake github-releases | 10 | inherit cmake github-releases |
| 11 | 11 | ||
