summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-protocols/openlldp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-protocols/openlldp')
-rw-r--r--meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch2
-rw-r--r--meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch2
-rw-r--r--meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch b/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch
index 40b082e77a..04ceb6b572 100644
--- a/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch
+++ b/meta-networking/recipes-protocols/openlldp/files/0001-Fix-musl-libc-build-issue.patch
@@ -9,6 +9,8 @@ to compile when using musl libc.
9Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> 9Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
10 10
11--- 11---
12Upstream-Status: Pending
13
12 include/clif.h | 1 + 14 include/clif.h | 1 +
13 1 file changed, 1 insertion(+) 15 1 file changed, 1 insertion(+)
14 16
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch
index b58fc104d2..f1a3ac3ad2 100644
--- a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch
+++ b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-include-path-to-generated-version.h.patch
@@ -10,6 +10,8 @@ dir. Include the path to it in AM_CPPFLAGS.
10Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> 10Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
11 11
12--- 12---
13Upstream-Status: Pending
14
13 Makefile.am | 3 +++ 15 Makefile.am | 3 +++
14 1 file changed, 3 insertions(+) 16 1 file changed, 3 insertions(+)
15 17
diff --git a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
index a26a5299ab..98ecd38642 100644
--- a/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
+++ b/meta-networking/recipes-protocols/openlldp/files/0001-autotools-Add-option-to-disable-installation-of-syst.patch
@@ -16,6 +16,8 @@ to a hard coded path that couldn't be changed.
16 16
17Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com> 17Signed-off-by: Jonathan Richardson <jonathan.richardson@broadcom.com>
18--- 18---
19Upstream-Status: Pending
20
19 Makefile.am | 3 ++- 21 Makefile.am | 3 ++-
20 configure.ac | 9 +++++++++ 22 configure.ac | 9 +++++++++
21 2 files changed, 11 insertions(+), 1 deletion(-) 23 2 files changed, 11 insertions(+), 1 deletion(-)