diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-07-11 17:33:53 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:46 +0100 |
commit | d291ca3040f7d12b824855a81149ca3e9953fc0e (patch) | |
tree | 09a3d52122bbd7bcdca4a0398a73dac522bc1359 /meta/recipes-sato/matchbox-config-gtk | |
parent | 470558f77ed0782811c4d5cf0bb3e785436d689c (diff) | |
download | poky-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/matchbox-config-gtk')
-rw-r--r-- | meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb index 3ca5989944..b993a94547 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb | |||
@@ -13,6 +13,7 @@ RDEPENDS_${PN} = "settings-daemon" | |||
13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" | 13 | SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa" |
14 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ | 14 | SRC_URI = "git://git.yoctoproject.org/${BPN} \ |
15 | file://no-handed.patch" | 15 | file://no-handed.patch" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||