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:24:51 +0100 |
commit | 15390ec8600055964642c87aadb94e8457c3e1b6 (patch) | |
tree | 56b7b9310562273a4380a01a9c950162a30f285d /meta/recipes-sato/settings-daemon | |
parent | 4d564091b9f24767e36d7b635cce7c5ba9c61ae3 (diff) | |
download | openembedded-core-15390ec8600055964642c87aadb94e8457c3e1b6.tar.gz openembedded-core-15390ec8600055964642c87aadb94e8457c3e1b6.tar.bz2 openembedded-core-15390ec8600055964642c87aadb94e8457c3e1b6.zip |
recipes-sato: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-sato/settings-daemon')
-rw-r--r-- | meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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<pver>(\d+(\.\d+)+))" S = "${WORKDIR}/git" |