diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-05 14:44:45 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-03-05 07:11:50 -0800 |
commit | f0aaedbe013146971faf277ffa1c003e5c3692a4 (patch) | |
tree | 45dbbd47b541df269f23e48375d18308bd9dfc1e /meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |
parent | b7eaa85ee38dcd659d47814f21b67cdff96828fc (diff) | |
download | meta-openembedded-f0aaedbe013146971faf277ffa1c003e5c3692a4.tar.gz |
libstatgrab: fix upstream version check
Fixes:
INFO: Skip package libstatgrab (status = UNKNOWN_BROKEN, current version = 0.92, next version = N/A)
After this commit:
INFO: Skip package libstatgrab (status = MATCH, current version = 0.92, next version = 0.92)
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Diffstat (limited to 'meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb')
-rw-r--r-- | meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb index c61d7c99d..a081cb17a 100644 --- a/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb +++ b/meta-oe/recipes-extended/libstatgrab/libstatgrab_0.92.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "https://github.com/libstatgrab/libstatgrab/releases/download/LIBSTATG | |||
14 | SRC_URI[md5sum] = "5362b2ddbec54b3901e7d70c22cda249" | 14 | SRC_URI[md5sum] = "5362b2ddbec54b3901e7d70c22cda249" |
15 | SRC_URI[sha256sum] = "5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196" | 15 | SRC_URI[sha256sum] = "5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | ||
18 | |||
17 | # Perl5 is for tests only | 19 | # Perl5 is for tests only |
18 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" | 20 | EXTRA_OECONF = "--without-perl5 --with-mnttab=/proc/mounts" |
19 | 21 | ||