diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-08-01 23:23:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-08-02 14:42:09 +0100 |
commit | 5e1bc3ef5ac83b244102011dc5bfd167a6342514 (patch) | |
tree | 7db6702be2d4d201b772ceecaf5f6dd38b1581c2 /meta/recipes-extended/net-tools | |
parent | 499c092ff59200bcce94c4af4f032d0831597916 (diff) | |
download | poky-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>
Diffstat (limited to 'meta/recipes-extended/net-tools')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-20181103.bb | 2 |
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 | ||
19 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
20 | |||
19 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
20 | 22 | ||
21 | inherit gettext | 23 | inherit gettext |