mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
lldpd: update to 1.0.3
Removed patch is not appropriate anymore. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9d63ad02b3
commit
a78c3ba083
+27
@@ -0,0 +1,27 @@
|
|||||||
|
From c6a283bfcbfefe9c89113e81b0f792c12c4eefb8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?S=C3=B6ren=20Tempel?= <soeren+git@soeren-tempel.net>
|
||||||
|
Date: Mon, 25 Mar 2019 18:43:03 +0100
|
||||||
|
Subject: [PATCH] priv: include limits.h for PATH_MAX
|
||||||
|
|
||||||
|
Upstream-Status: Backport
|
||||||
|
|
||||||
|
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
|
||||||
|
---
|
||||||
|
src/daemon/priv.c | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/daemon/priv.c b/src/daemon/priv.c
|
||||||
|
index f4d6bdf..ba5ae58 100644
|
||||||
|
--- a/src/daemon/priv.c
|
||||||
|
+++ b/src/daemon/priv.c
|
||||||
|
@@ -27,6 +27,7 @@
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <signal.h>
|
||||||
|
#include <errno.h>
|
||||||
|
+#include <limits.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
--
|
||||||
|
2.17.1
|
||||||
|
|
||||||
-32
@@ -1,32 +0,0 @@
|
|||||||
From f9f3e4dd31588cce5f655730da7b5c3f56a9bdc1 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Fabio Berton <fabio.berton@ossystems.com.br>
|
|
||||||
Date: Tue, 26 Sep 2017 09:19:51 -0300
|
|
||||||
Subject: [PATCH] src/daemon/lldpd.service.in: Use fixed path for mkdir command
|
|
||||||
Organization: O.S. Systems Software LTDA.
|
|
||||||
|
|
||||||
@mkdir_p@ is expanded to host tools path ../build/tmp/hosttools/mkdir that
|
|
||||||
doesn't exist on target. Remove @mkdir_p@ and use /bin/mkdir -p to
|
|
||||||
create /var/run/lldpd directory.
|
|
||||||
|
|
||||||
Upstream-Status: Inappropriate [configuration]
|
|
||||||
|
|
||||||
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
|
|
||||||
---
|
|
||||||
src/daemon/lldpd.service.in | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/daemon/lldpd.service.in b/src/daemon/lldpd.service.in
|
|
||||||
index fdb7338..4291830 100644
|
|
||||||
--- a/src/daemon/lldpd.service.in
|
|
||||||
+++ b/src/daemon/lldpd.service.in
|
|
||||||
@@ -9,7 +9,7 @@ Type=notify
|
|
||||||
NotifyAccess=main
|
|
||||||
EnvironmentFile=-/etc/default/lldpd
|
|
||||||
EnvironmentFile=-/etc/sysconfig/lldpd
|
|
||||||
-ExecStartPre=@mkdir_p@ @PRIVSEP_CHROOT@
|
|
||||||
+ExecStartPre=/bin/mkdir -p @PRIVSEP_CHROOT@
|
|
||||||
ExecStart=@sbindir@/lldpd $DAEMON_ARGS $LLDPD_OPTIONS
|
|
||||||
Restart=on-failure
|
|
||||||
PrivateTmp=yes
|
|
||||||
--
|
|
||||||
2.14.2
|
|
||||||
+3
-3
@@ -9,11 +9,11 @@ SRC_URI = "\
|
|||||||
http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \
|
http://media.luffy.cx/files/${BPN}/${BPN}-${PV}.tar.gz \
|
||||||
file://lldpd.init.d \
|
file://lldpd.init.d \
|
||||||
file://lldpd.default \
|
file://lldpd.default \
|
||||||
file://src-daemon-lldpd.service.in-Use-fixed-path-for-mkdir.patch \
|
file://0001-priv-include-limits.h-for-PATH_MAX.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[md5sum] = "8809600492f6b73149eb19158e819c1f"
|
SRC_URI[md5sum] = "04844328f053ee343344d892efb8a00c"
|
||||||
SRC_URI[sha256sum] = "9ee494e91bc33938575b2c09b26188c486ef8eac6e2155d250c189cc4e988c4f"
|
SRC_URI[sha256sum] = "39fced395168015416bfe78b95414facf066f841f349024433aa20ab54e4c360"
|
||||||
|
|
||||||
inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
|
inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
|
||||||
|
|
||||||
Reference in New Issue
Block a user