summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/chrony
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-02-23 14:45:29 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:44 -0800
commit285b7cd79fda2967613c14141f99aa8ef6f99c8d (patch)
treea4fe7e4b28909b84e2726f99410ed71c3e5cfddb /meta-networking/recipes-support/chrony
parent80fbf964e1ee02e117b2756831e66e4170d75ced (diff)
downloadmeta-openembedded-285b7cd79fda2967613c14141f99aa8ef6f99c8d.tar.gz
.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/chrony')
-rw-r--r--meta-networking/recipes-support/chrony/chrony/arm_eabi.patch24
1 files changed, 12 insertions, 12 deletions
diff --git a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
index 5ba2081262..82c0e1b68b 100644
--- a/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
+++ b/meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
@@ -3,25 +3,25 @@ From: Joe Slater <jslater@windriver.com>
3Date: Thu, 9 Mar 2017 10:58:06 -0800 3Date: Thu, 9 Mar 2017 10:58:06 -0800
4Subject: [PATCH] chrony: fix build failure for arma9 4Subject: [PATCH] chrony: fix build failure for arma9
5 5
6 Eliminate references to syscalls not available 6Eliminate references to syscalls not available
7 for ARM_EABI. Also add a dependency on libseccomp 7for ARM_EABI. Also add a dependency on libseccomp
8 which is needed for scfilter to work. 8which is needed for scfilter to work.
9 9
10 Set PACKAGECONFIG to not enable scfilter, since 10Set PACKAGECONFIG to not enable scfilter, since
11 kernel CONFIG_SECCOMP is unlikely to be set. This 11kernel CONFIG_SECCOMP is unlikely to be set. This
12 aligns the usage of libseccomp with that of other packages. 12aligns the usage of libseccomp with that of other packages.
13 13
14 Upstream-Status: Pending 14Upstream-Status: Pending
15 15
16 Signed-off-by: Joe Slater <jslater@windriver.com> 16Signed-off-by: Joe Slater <jslater@windriver.com>
17 17
18 Refresh patch for new upstream version. 18Refresh patch for new upstream version.
19 19
20 Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> 20Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
21 21
22 Refreshed for 4.0 22Refreshed for 4.0
23 23
24 Signed-off-by: Khem Raj <raj.khem@gmail.com> 24Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 25
26--- 26---
27 sys_linux.c | 15 +++++++++------ 27 sys_linux.c | 15 +++++++++------