]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
net-tools: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 1 Aug 2020 21:23:35 +0000 (23:23 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Aug 2020 13:42:01 +0000 (14:42 +0100)
There is no tag other than ancient 1.60, so bypass
the check for now.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb

index dcc2218e484e4b6b496b556c9775f53552af66c8..e97731073e86537b9f08026dbd39b6338e2c23a9 100644 (file)
@@ -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