summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/sato-screenshot
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-07-11 17:33:53 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:28:46 +0100
commitd291ca3040f7d12b824855a81149ca3e9953fc0e (patch)
tree09a3d52122bbd7bcdca4a0398a73dac522bc1359 /meta/recipes-sato/sato-screenshot
parent470558f77ed0782811c4d5cf0bb3e785436d689c (diff)
downloadpoky-d291ca3040f7d12b824855a81149ca3e9953fc0e.tar.gz
recipes-sato: fix upstream version check
(From OE-Core rev: 15390ec8600055964642c87aadb94e8457c3e1b6) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/sato-screenshot')
-rw-r--r--meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb
index 92f0ee17db..ff91746ebe 100644
--- a/meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb
+++ b/meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb
@@ -12,6 +12,7 @@ DEPENDS = "matchbox-panel-2 gtk+3"
12# SRCREV tagged 0.2 12# SRCREV tagged 0.2
13SRCREV = "5db2672fb857b2c80b949d8fce92e0f0029cc947" 13SRCREV = "5db2672fb857b2c80b949d8fce92e0f0029cc947"
14SRC_URI = "git://git.yoctoproject.org/screenshot" 14SRC_URI = "git://git.yoctoproject.org/screenshot"
15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
15 16
16S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
17 18