summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-08-01 23:23:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-08-02 14:42:09 +0100
commit5e1bc3ef5ac83b244102011dc5bfd167a6342514 (patch)
tree7db6702be2d4d201b772ceecaf5f6dd38b1581c2
parent499c092ff59200bcce94c4af4f032d0831597916 (diff)
downloadpoky-5e1bc3ef5ac83b244102011dc5bfd167a6342514.tar.gz
net-tools: fix upstream version check
There is no tag other than ancient 1.60, so bypass the check for now. (From OE-Core rev: 10221e578ffb3551ccefe15a523ceba0d289c086) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb2
1 files changed, 2 insertions, 0 deletions
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 \
16 file://Bug_541172-netstat.c-exit-codes.patch \ 16 file://Bug_541172-netstat.c-exit-codes.patch \
17" 17"
18 18
19UPSTREAM_VERSION_UNKNOWN = "1"
20
19S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
20 22
21inherit gettext 23inherit gettext