From: Alexander Kanavin Date: Sat, 1 Aug 2020 21:23:35 +0000 (+0200) Subject: net-tools: fix upstream version check X-Git-Tag: uninative-2.9~117 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=10221e578ffb3551ccefe15a523ceba0d289c086;p=openembedded-core.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 dcc2218e48..e97731073e 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