mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-23 05:10:42 +00:00
uriparser: fix upstream version check
Fixes: INFO: Skip package uriparser (status = UNKNOWN_BROKEN, current version = 0.9.3, next version = N/A) After this commit: INFO: Skip package uriparser (status = MATCH, current version = 0.9.3, next version = 0.9.3) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
committed by
Khem Raj
parent
0a3b6af977
commit
780bcdc0f5
@@ -8,6 +8,8 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz
|
||||
SRC_URI[md5sum] = "9874b64f6f4ff656f3f69598e38f12b7"
|
||||
SRC_URI[sha256sum] = "6cef39d6eaf1a48504ee0264ce85f078758057dafb1edd0a898183b55ff76014"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
|
||||
|
||||
inherit cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DURIPARSER_BUILD_DOCS:BOOL=OFF -DURIPARSER_BUILD_TESTS:BOOL=OFF"
|
||||
|
||||
Reference in New Issue
Block a user