summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_242.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-14 18:16:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-21 15:29:01 +0100
commit01165b43ff38bf82b35f53bc4e5c0977af8c272d (patch)
treef5787da8098b9ae474d6e72c72370a965568898a /meta/recipes-core/systemd/systemd_242.bb
parente3fa57021ca444a890ea89c0ba6c15e851721e3e (diff)
downloadpoky-01165b43ff38bf82b35f53bc4e5c0977af8c272d.tar.gz
systemd: Drop musl __secure_getenv patch
This API is now implemented in musl [1] [1] https://git.musl-libc.org/cgit/musl/commit/?id=7844ecb590893f8344324837956718001402d297 (From OE-Core rev: 46e49b14b52ebc9c7076488ad858083f8270ce9f) Signed-off-by: Khem Raj <raj.khem@gmail.com> 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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_242.bb b/meta/recipes-core/systemd/systemd_242.bb
index 1953fef413..6992062cef 100644
--- a/meta/recipes-core/systemd/systemd_242.bb
+++ b/meta/recipes-core/systemd/systemd_242.bb
@@ -32,7 +32,7 @@ SRC_URI += "file://touchscreen.rules \
32 32
33# patches needed by musl 33# patches needed by musl
34SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" 34SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}"
35SRC_URI_MUSL = "file://0001-Use-getenv-when-secure-versions-are-not-available.patch \ 35SRC_URI_MUSL = "\
36 file://0002-don-t-use-glibc-specific-qsort_r.patch \ 36 file://0002-don-t-use-glibc-specific-qsort_r.patch \
37 file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ 37 file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \
38 file://0004-add-fallback-parse_printf_format-implementation.patch \ 38 file://0004-add-fallback-parse_printf_format-implementation.patch \