diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-05 21:05:49 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-06 17:23:54 -0800 |
commit | ee15c67c5834cba021cca53fca34ac8ba980759c (patch) | |
tree | ba0df6c2e3dd1c29eb077c791f28407196b7ac60 | |
parent | 311f98fd03268cff343cf9ecb85de8092ef56b9b (diff) | |
download | meta-openembedded-ee15c67c5834cba021cca53fca34ac8ba980759c.tar.gz |
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>
-rw-r--r-- | meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 1f2bfa6a0c..7f804a708f 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" | |||
14 | 14 | ||
15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" | 15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/relan/exfat/releases" | ||
18 | |||
17 | DEPENDS = "virtual/libc" | 19 | DEPENDS = "virtual/libc" |
18 | 20 | ||
19 | inherit pkgconfig autotools | 21 | inherit pkgconfig autotools |