diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-08 22:37:45 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-09 17:43:41 +0100 |
commit | d78a0ab8df63fa50e7325acbe4eed1c1d3435fbd (patch) | |
tree | 2a9207537961b3ed28eb643fbe890f25e7468210 | |
parent | a1dea36e9cb5daf92516a6ba441a469067d8022c (diff) | |
download | poky-d78a0ab8df63fa50e7325acbe4eed1c1d3435fbd.tar.gz |
iputils: Drop obsolete gnutls dependency
To quote the maintainer, "md5 implementation was vendored in s20200821" so this
dependency hasn't been needed for a while.
(From OE-Core rev: bb33b4edf0f4aed3d61203b0bf428661f925b981)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/iputils/iputils_20250605.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20250605.bb b/meta/recipes-extended/iputils/iputils_20250605.bb index a62ea65ba8..bb495a7d13 100644 --- a/meta/recipes-extended/iputils/iputils_20250605.bb +++ b/meta/recipes-extended/iputils/iputils_20250605.bb | |||
@@ -8,8 +8,6 @@ LICENSE = "BSD-3-Clause & GPL-2.0-or-later" | |||
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=627cc07ec86a45951d43e30658bbd819" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=627cc07ec86a45951d43e30658bbd819" |
10 | 10 | ||
11 | DEPENDS = "gnutls" | ||
12 | |||
13 | SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/iputils/iputils;branch=master;protocol=https \ |
14 | " | 12 | " |
15 | SRCREV = "6e1cb146547eb6fbb127ffc8397a9241be0d33c2" | 13 | SRCREV = "6e1cb146547eb6fbb127ffc8397a9241be0d33c2" |