From 589f5442372a7ab0f8bc40403e1739ce1cdd1cc0 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 11 Nov 2015 17:15:09 +0200 Subject: package_regex.inc: split GITTAGREGEX entries into recipe files Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-devtools/binutils/binutils-2.25.1.inc | 2 ++ meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb | 2 ++ meta/recipes-devtools/file/file_5.24.bb | 3 +++ meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb | 1 + meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb | 1 + meta/recipes-devtools/tcf-agent/tcf-agent_git.bb | 1 + 6 files changed, 10 insertions(+) (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/binutils/binutils-2.25.1.inc b/meta/recipes-devtools/binutils/binutils-2.25.1.inc index f3817fafb6..bf29da16f5 100644 --- a/meta/recipes-devtools/binutils/binutils-2.25.1.inc +++ b/meta/recipes-devtools/binutils/binutils-2.25.1.inc @@ -16,6 +16,8 @@ def binutils_branch_version(d): BINUPV = "${@binutils_branch_version(d)}" +UPSTREAM_CHECK_GITTAGREGEX = "binutils-(?P\d+_(\d_?)*)" + SRCREV = "2bd25930221dea4bf33c13a89c111514491440e2" SRC_URI = "\ git://sourceware.org/git/binutils-gdb.git;branch=binutils-${BINUPV}-branch;protocol=git \ diff --git a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb index 4b0a98068d..8ca26ef800 100644 --- a/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb +++ b/meta/recipes-devtools/bootchart2/bootchart2_0.14.7.bb @@ -88,6 +88,8 @@ HOMEPAGE = "https://github.com/mmeeks/bootchart" LICENSE = "GPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=44ac4678311254db62edf8fd39cb8124" +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+\.\d+(\.\d+)*)" + SRC_URI = "git://github.com/mmeeks/bootchart.git \ file://bootchartd_stop.sh \ " diff --git a/meta/recipes-devtools/file/file_5.24.bb b/meta/recipes-devtools/file/file_5.24.bb index d04f1218a9..39f185d36a 100644 --- a/meta/recipes-devtools/file/file_5.24.bb +++ b/meta/recipes-devtools/file/file_5.24.bb @@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 DEPENDS = "zlib file-replacement-native" DEPENDS_class-native = "zlib-native" +# Blacklist a bogus tag in upstream check +UPSTREAM_CHECK_GITTAGREGEX = "FILE(?P(?!6_23).+)" + SRC_URI = "git://github.com/file/file.git \ file://debian-742262.patch \ file://0001-Add-P-prompt-into-Usage-info.patch \ diff --git a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb index c61913d056..30f29e04ea 100644 --- a/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb +++ b/meta/recipes-devtools/remake/remake_4.1+dbg-1.1.bb @@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" require remake.inc +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+)\+dbg.+)" SRC_URI += "file://version-remake.texi.patch \ " SRCREV = "cf54641d50a0165bb17622b3e9770f426ccbc561" diff --git a/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb b/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb index 5e3460ff3a..01581c14cc 100644 --- a/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb +++ b/meta/recipes-devtools/sgmlspl/sgmlspl-native_git.bb @@ -4,6 +4,7 @@ SECTION = "libs" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" SRC_URI = "git://github.com/gitpan/SGMLSpm \ " diff --git a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb index 1337da9a9b..fff81a568c 100644 --- a/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb +++ b/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb @@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://edl-v10.html;md5=522a390a83dc186513f0500543ad3679" SRCREV = "b9a735e9c7cf82f80d412b7ab15d08b89d5a4ccc" PV = "1.3.0+git${SRCPV}" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))" SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=1.3_mars_bugfix \ file://fix_ranlib.patch \ file://ldflags.patch \ -- cgit 1.2.3-korg