All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sysstat: inherit upstream-version-is-even
@ 2019-05-07 13:11 Adrian Bunk
  2019-05-07 13:54 ` Alexander Kanavin
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-05-07 13:11 UTC (permalink / raw)
  To: openembedded-core

Currently a development version is being used.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
 meta/recipes-extended/sysstat/sysstat.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/sysstat/sysstat.inc b/meta/recipes-extended/sysstat/sysstat.inc
index 0bc7e14d36..e7ddc02b71 100644
--- a/meta/recipes-extended/sysstat/sysstat.inc
+++ b/meta/recipes-extended/sysstat/sysstat.inc
@@ -15,7 +15,7 @@ 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"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-08 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-07 13:11 [PATCH] sysstat: inherit upstream-version-is-even Adrian Bunk
2019-05-07 13:54 ` Alexander Kanavin
2019-05-08 20:01   ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.