summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2020-09-02 00:53:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-02 16:00:47 +0100
commitafb9b64fbd2b8e204295d9e79c5fee93a28be22a (patch)
treeb4ac1c499911898a2f3a01a1e28c12c2fa6cec1a /meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch
parent532ddeb815d46c96325bb3c3badeb9270e597123 (diff)
downloadpoky-afb9b64fbd2b8e204295d9e79c5fee93a28be22a.tar.gz
iputils: upgrade s20190709 -> s20200821
- libgcrypt is not required anymore because the md5 implementation was part of this project. - ninfod patches are upstreamed and other patch is not required anymore. - Add tftpd in PACKAGECONFIG (From OE-Core rev: 18a4086652562e061d728a83c97151f5c7552ece) Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch')
-rw-r--r--meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch b/meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch
deleted file mode 100644
index 03a3f5602d..0000000000
--- a/meta/recipes-extended/iputils/iputils/0001-ninfod-fix-systemd-Documentation-url-error.patch
+++ /dev/null
@@ -1,28 +0,0 @@
1From c1f1527eb30d4a5feebf9a0757582bbf7fe3eae9 Mon Sep 17 00:00:00 2001
2From: Andrea Stevanato <andrea.stevanato.95@hotmail.it>
3Date: Tue, 5 Nov 2019 19:08:30 +0000
4Subject: [PATCH] ninfod: fix systemd Documentation url error
5
6systemd[1]: /usr/lib/systemd/system/ninfod.service:3: Invalid URL, ignoring: ninfod(8)
7
8Upstream-Status: Backport [https://github.com/iputils/iputils/commit/c1f1527eb30d4a5feebf9a0757582bbf7fe3eae9]
9Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
10---
11 systemd/ninfod.service.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/systemd/ninfod.service.in b/systemd/ninfod.service.in
15index 5ab69ca00e96..8e79fcd9238e 100644
16--- a/systemd/ninfod.service.in
17+++ b/systemd/ninfod.service.in
18@@ -1,6 +1,6 @@
19 [Unit]
20 Description=Respond to IPv6 Node Information Queries
21-Documentation=ninfod(8)
22+Documentation=man:ninfod(8)
23 Requires=network.target
24 After=network.target
25
26--
272.17.1
28