From: Alexander Kanavin Date: Thu, 15 Sep 2022 09:46:21 +0000 (+0200) Subject: init-system-helpers: exclude experimental tags from version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d70776fcbb0c426096061d1d8e8d47fd2ac73107;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git init-system-helpers: exclude experimental tags from version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.64.bb b/meta/recipes-core/initscripts/init-system-helpers_1.64.bb index 22ddd6840fb..663d60c6e06 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.64.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.64.bb @@ -18,6 +18,7 @@ LIC_FILES_CHKSUM = "file://debian/copyright;md5=c4ec20aa158fa9de26ee1accf78dcaae SRCREV = "c440893051406c11f0a315058939657d5937be4f" SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https;branch=master" +UPSTREAM_CHECK_GITTAGREGEX = "(?P(\d+(\.\d+)+))(?!_exp)" S = "${WORKDIR}/git"