Sfoglia il codice sorgente

fuse-exfat: fix upstream check URL

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pierre-Jean Texier 4 anni fa
parent
commit
f37aacb793

+ 2 - 0
meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb

@@ -9,6 +9,8 @@ LICENSE = "GPLv2+"
 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 = "fuse virtual/libc"
 RRECOMMENDS_${PN} = "util-linux-mount"