mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
exfat-utils: fix upstream version check
Fixes: INFO: Skip package exfat-utils (status = UNKNOWN_BROKEN, current version = 1.3.0, next version = N/A) After this commit: INFO: Skip package exfat-utils (status = MATCH, current version = 1.3.0, next version = 1.3.0) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
parent
311f98fd03
commit
ee15c67c58
|
|
@ -14,6 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||
|
||||
SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases"
|
||||
|
||||
DEPENDS = "virtual/libc"
|
||||
|
||||
inherit pkgconfig autotools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user