From 15390ec8600055964642c87aadb94e8457c3e1b6 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 11 Jul 2016 17:33:53 +0300 Subject: recipes-sato: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/matchbox-terminal') diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb index e0a899cb5b..4488191b23 100644 --- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb +++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb @@ -12,6 +12,7 @@ SECTION = "x11/utils" #SRCREV tagged 0.1 SRCREV = "3ad357db2302760b8a8817b5f4478dd87479442f" SRC_URI = "git://git.yoctoproject.org/${BPN}" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" S = "${WORKDIR}/git" -- cgit 1.2.3-korg