[oe-commits] [meta-openembedded] 04/10: exfat-utils: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Sat Mar 7 01:37:27 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ee15c67c5834cba021cca53fca34ac8ba980759c
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Thu Mar 5 21:05:49 2020 +0000

    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 at koncepto.io>
---
 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb
index 1f2bfa6..7f804a7 100644
--- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb
+++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb
@@ -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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list