summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-04 12:14:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-05 10:36:19 +0000
commit1ab9fc04d6666de0c5c176f546f64c11dffe2106 (patch)
tree01d00228d656193d70fd89c810506c4c7b7ac4d6
parent626f518df57868250ea467532b8cf2968d78df6d (diff)
downloadopenembedded-core-contrib-1ab9fc04d6666de0c5c176f546f64c11dffe2106.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/file/file_5.37.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/file/file_5.37.bb b/meta/recipes-devtools/file/file_5.37.bb
index 71801f9d47..80e8b91058 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<pver>(?!6_23).+)"
-
SRC_URI = "git://github.com/file/file.git \
file://CVE-2019-18218.patch"