mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +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:
committed by
Khem Raj
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"
|
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"
|
DEPENDS = "virtual/libc"
|
||||||
|
|
||||||
inherit pkgconfig autotools
|
inherit pkgconfig autotools
|
||||||
|
|||||||
Reference in New Issue
Block a user