summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_242.bb
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-16 20:16:11 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-17 07:07:28 +0100
commit15070290a12aac444c6784d477186a553f29af82 (patch)
tree40fe6ff2e2f359924c138530e74e488d878a5d65 /meta/recipes-core/systemd/systemd_242.bb
parent22943d76e87c063ee104aef645ce86d8e042514a (diff)
downloadpoky-15070290a12aac444c6784d477186a553f29af82.tar.gz
systemd: Disable idn properly for musl instead of NI_IDN workarounds
(From OE-Core rev: e9d132c25c7e1feca1d078b0891c0f4baba70f81) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_242.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_242.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb
index 73e03c7a77..20714fc70a 100644
--- a/meta/recipes-core/systemd/systemd_242.bb
+++ b/meta/recipes-core/systemd/systemd_242.bb
@@ -36,7 +36,6 @@ SRC_URI_MUSL = "file://0001-Use-getenv-when-secure-versions-are-not-available.pa
36 file://0006-Include-netinet-if_ether.h.patch \ 36 file://0006-Include-netinet-if_ether.h.patch \
37 file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not.patch \ 37 file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not.patch \
38 file://0008-add-missing-FTW_-macros-for-musl.patch \ 38 file://0008-add-missing-FTW_-macros-for-musl.patch \
39 file://0009-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch \
40 file://0010-fix-missing-of-__register_atfork-for-non-glibc-build.patch \ 39 file://0010-fix-missing-of-__register_atfork-for-non-glibc-build.patch \
41 file://0011-Use-uintmax_t-for-handling-rlim_t.patch \ 40 file://0011-Use-uintmax_t-for-handling-rlim_t.patch \
42 file://0012-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch \ 41 file://0012-fix-missing-ULONG_LONG_MAX-definition-in-case-of-mus.patch \
@@ -71,6 +70,7 @@ PACKAGECONFIG ??= " \
71 gshadow \ 70 gshadow \
72 hibernate \ 71 hibernate \
73 hostnamed \ 72 hostnamed \
73 idn \
74 ima \ 74 ima \
75 kmod \ 75 kmod \
76 localed \ 76 localed \
@@ -95,6 +95,7 @@ PACKAGECONFIG ??= " \
95 95
96PACKAGECONFIG_remove_libc-musl = " \ 96PACKAGECONFIG_remove_libc-musl = " \
97 gshadow \ 97 gshadow \
98 idn \
98 localed \ 99 localed \
99 myhostname \ 100 myhostname \
100 nss \ 101 nss \
@@ -129,6 +130,7 @@ PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls"
129PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" 130PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false"
130PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" 131PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false"
131PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" 132PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false"
133PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"
132PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" 134PACKAGECONFIG[ima] = "-Dima=true,-Dima=false"
133# importd requires curl/xz/zlib/bzip2/gcrypt 135# importd requires curl/xz/zlib/bzip2/gcrypt
134PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false" 136PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false"