]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
recipes-sato: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 11 Jul 2016 14:33:53 +0000 (17:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:51 +0000 (10:24 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb
meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb
meta/recipes-sato/sato-screenshot/sato-screenshot_0.2.bb
meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb

index 3ca5989944e51bceb2d9a36ac87935d9e6226288..b993a94547f7c5bc4f8475ca3db9c912991d0914 100644 (file)
@@ -13,6 +13,7 @@ RDEPENDS_${PN} = "settings-daemon"
 SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa"
 SRC_URI = "git://git.yoctoproject.org/${BPN} \
            file://no-handed.patch"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
 
index e0a899cb5bd95083be3a5e6d57f336c7b4b97cb4..4488191b232e90d4a9b5040285b23657e85a6341 100644 (file)
@@ -12,6 +12,7 @@ SECTION = "x11/utils"
 #SRCREV tagged 0.1
 SRCREV = "3ad357db2302760b8a8817b5f4478dd87479442f"
 SRC_URI = "git://git.yoctoproject.org/${BPN}"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
 
index 8fc6bb336331707110082a611c0f713cd0363711..7a043d34476ac3148e3b6a6a4a877c5bcc338983 100644 (file)
@@ -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<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
index 92f0ee17db2db2704766f18f4289999a31042915..ff91746ebe69d7fc938934609f8bd7154954ad9a 100644 (file)
@@ -12,6 +12,7 @@ DEPENDS = "matchbox-panel-2 gtk+3"
 # SRCREV tagged 0.2
 SRCREV = "5db2672fb857b2c80b949d8fce92e0f0029cc947"
 SRC_URI = "git://git.yoctoproject.org/screenshot"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
 
 S = "${WORKDIR}/git"
 
index 56eb656ecb339344916b16f0490a91fa4253c521..ceaeccaaa1c4407a38fda3d7b7a9d3dc5f4a6cce 100644 (file)
@@ -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"