diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-02-23 14:45:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | 285b7cd79fda2967613c14141f99aa8ef6f99c8d (patch) | |
tree | a4fe7e4b28909b84e2726f99410ed71c3e5cfddb /meta-networking/recipes-support/chrony | |
parent | 80fbf964e1ee02e117b2756831e66e4170d75ced (diff) | |
download | meta-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.patch | 24 |
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> | |||
3 | Date: Thu, 9 Mar 2017 10:58:06 -0800 | 3 | Date: Thu, 9 Mar 2017 10:58:06 -0800 |
4 | Subject: [PATCH] chrony: fix build failure for arma9 | 4 | Subject: [PATCH] chrony: fix build failure for arma9 |
5 | 5 | ||
6 | Eliminate references to syscalls not available | 6 | Eliminate references to syscalls not available |
7 | for ARM_EABI. Also add a dependency on libseccomp | 7 | for ARM_EABI. Also add a dependency on libseccomp |
8 | which is needed for scfilter to work. | 8 | which is needed for scfilter to work. |
9 | 9 | ||
10 | Set PACKAGECONFIG to not enable scfilter, since | 10 | Set PACKAGECONFIG to not enable scfilter, since |
11 | kernel CONFIG_SECCOMP is unlikely to be set. This | 11 | kernel CONFIG_SECCOMP is unlikely to be set. This |
12 | aligns the usage of libseccomp with that of other packages. | 12 | aligns the usage of libseccomp with that of other packages. |
13 | 13 | ||
14 | Upstream-Status: Pending | 14 | Upstream-Status: Pending |
15 | 15 | ||
16 | Signed-off-by: Joe Slater <jslater@windriver.com> | 16 | Signed-off-by: Joe Slater <jslater@windriver.com> |
17 | 17 | ||
18 | Refresh patch for new upstream version. | 18 | Refresh patch for new upstream version. |
19 | 19 | ||
20 | Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> | 20 | Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> |
21 | 21 | ||
22 | Refreshed for 4.0 | 22 | Refreshed for 4.0 |
23 | 23 | ||
24 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 24 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
25 | 25 | ||
26 | --- | 26 | --- |
27 | sys_linux.c | 15 +++++++++------ | 27 | sys_linux.c | 15 +++++++++------ |