Skip to content
Snippets Groups Projects
Unverified Commit 276f5aeb authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

busybox: Fix syntax overrides


Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 64719ca9
No related branches found
No related tags found
1 merge request!30flavours/zephyr/local.conf.sample: Bump CONF_VERSION
......@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://busybox-1.31.1-Wformat-security.patch \
file://oniro.cfg"
......@@ -14,5 +14,5 @@ SRC_URI += "file://busybox-1.31.1-Wformat-security.patch \
# -Werror=format-nonliteral globally in OPTIMIZE_FOR=security mode
# while keeping busybox building.
TARGET_CFLAGS_remove = "-Wformat-nonliteral -Werror=format-nonliteral"
TARGET_CFLAGS:remove = "-Wformat-nonliteral -Werror=format-nonliteral"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment