From: Alexander Kanavin Date: Sat, 1 Aug 2020 21:23:35 +0000 (+0200) Subject: net-tools: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10414 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10221e578ffb3551ccefe15a523ceba0d289c086;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git net-tools: fix upstream version check There is no tag other than ancient 1.60, so bypass the check for now. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb b/meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb index dcc2218e484..e97731073e8 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb @@ -16,6 +16,8 @@ SRC_URI = "git://git.code.sf.net/p/net-tools/code;protocol=https \ file://Bug_541172-netstat.c-exit-codes.patch \ " +UPSTREAM_VERSION_UNKNOWN = "1" + S = "${WORKDIR}/git" inherit gettext