From 1a00d8b5198118e85cb705faf1ef6eb1850d34d4 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Tue, 23 Feb 2021 16:47:59 +0000 Subject: [PATCH] systemd: Avoid musl warning As part of our investigation and support, musl integration in the project is fully supported (subject to the project's scope and QA processes). Upstream also carried out the relevant analysis and nothing 'known' is broken: https://www.openwall.com/lists/musl/2019/11/08/6 That being said, we clean up the build logs of the respective warning. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-ohos-core/recipes-core/systemd/systemd_%.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-ohos-core/recipes-core/systemd/systemd_%.bbappend diff --git a/meta-ohos-core/recipes-core/systemd/systemd_%.bbappend b/meta-ohos-core/recipes-core/systemd/systemd_%.bbappend new file mode 100644 index 00000000..b7bc6f64 --- /dev/null +++ b/meta-ohos-core/recipes-core/systemd/systemd_%.bbappend @@ -0,0 +1,3 @@ +# We support musl integration and the current status is stable for the scope of +# the project. +deltask warn_musl -- GitLab