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-theme-sato/matchbox-theme-sato_0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/matchbox-theme-sato') diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb index 8fc6bb3363..7a043d3447 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb @@ -3,5 +3,6 @@ require matchbox-theme-sato.inc # SRCREV tagged 0.2 SRCREV = "df085ba9cdaeaf2956890b0e29d7ea1779bf6c78" SRC_URI = "git://git.yoctoproject.org/matchbox-sato" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" S = "${WORKDIR}/git" -- cgit 1.2.3-korg