From: Ross Burton Date: Mon, 4 Nov 2019 12:14:56 +0000 (+0000) Subject: file: remove redundant upstream check workaround X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab9fc04d6666de0c5c176f546f64c11dffe2106;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git file: remove redundant upstream check workaround This tag has been removed, so we don't need to work around it anymore. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/file/file_5.37.bb b/meta/recipes-devtools/file/file_5.37.bb index 71801f9d479..80e8b91058b 100644 --- a/meta/recipes-devtools/file/file_5.37.bb +++ b/meta/recipes-devtools/file/file_5.37.bb @@ -11,9 +11,6 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdd 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://CVE-2019-18218.patch"