diff options
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch b/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch index 1de7ccf150..444e123854 100644 --- a/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch +++ b/meta/recipes-core/systemd/systemd/0008-add-missing-FTW_-macros-for-musl.patch | |||
@@ -10,10 +10,10 @@ This is to avoid build failures like below for musl. | |||
10 | Upstream-Status: Inappropriate [musl specific] | 10 | Upstream-Status: Inappropriate [musl specific] |
11 | 11 | ||
12 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | 12 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> |
13 | |||
14 | --- | 13 | --- |
15 | src/basic/missing_type.h | 20 ++++++++++++++++++++ | 14 | src/basic/missing_type.h | 20 ++++++++++++++++++++ |
16 | 1 file changed, 20 insertions(+) | 15 | src/shared/mount-setup.c | 1 + |
16 | 2 files changed, 21 insertions(+) | ||
17 | 17 | ||
18 | diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h | 18 | diff --git a/src/basic/missing_type.h b/src/basic/missing_type.h |
19 | index aeaf6ad5ec..3df1084ef2 100644 | 19 | index aeaf6ad5ec..3df1084ef2 100644 |
@@ -43,3 +43,15 @@ index aeaf6ad5ec..3df1084ef2 100644 | |||
43 | +#ifndef FTW_SKIP_SIBLINGS | 43 | +#ifndef FTW_SKIP_SIBLINGS |
44 | +#define FTW_SKIP_SIBLINGS 3 | 44 | +#define FTW_SKIP_SIBLINGS 3 |
45 | +#endif | 45 | +#endif |
46 | diff --git a/src/shared/mount-setup.c b/src/shared/mount-setup.c | ||
47 | index ef3527e9a7..c1cab40eb8 100644 | ||
48 | --- a/src/shared/mount-setup.c | ||
49 | +++ b/src/shared/mount-setup.c | ||
50 | @@ -32,6 +32,7 @@ | ||
51 | #include "strv.h" | ||
52 | #include "user-util.h" | ||
53 | #include "virt.h" | ||
54 | +#include "missing_type.h" | ||
55 | |||
56 | typedef enum MountMode { | ||
57 | MNT_NONE = 0, | ||