From d291ca3040f7d12b824855a81149ca3e9953fc0e 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 (From OE-Core rev: 15390ec8600055964642c87aadb94e8457c3e1b6) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/settings-daemon') diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb index 56eb656ecb..ceaeccaaa1 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb @@ -13,6 +13,7 @@ SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \ file://addsoundkeys.patch;apply=yes \ file://70settings-daemon.sh \ " +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf