]> code.ossystems Code Review - openembedded-core.git/commitdiff
sysstat: inherit upstream-version-is-even
authorAdrian Bunk <bunk@stusta.de>
Wed, 8 May 2019 20:01:33 +0000 (23:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2019 10:58:04 +0000 (11:58 +0100)
Currently a development version is being used.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sysstat/sysstat.inc

index 0bc7e14d365bf77342bd73974440d2c1ae15d1f7..9228fc29c20653c107cfb7bd56f5507207fde414 100644 (file)
@@ -10,12 +10,11 @@ SRC_URI = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${PV}.tar.xz \
           "
 
 UPSTREAM_CHECK_URI = "http://sebastien.godard.pagesperso-orange.fr/download.html"
-UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
 
 DEPENDS += "base-passwd"
 
 # autotools-brokensep as this package doesn't use automake
-inherit autotools-brokensep gettext systemd
+inherit autotools-brokensep gettext systemd upstream-version-is-even
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[lm-sensors] = "--enable-sensors,--disable-sensors,lmsensors,lmsensors-libsensors"