mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
meta-oe: override SECURITY_CFLAGS for a set of recipes
Some of recipes produce errors if the distro has enabled usage of security_flags.inc file. Fix those errors (and QA warnings) by providing an additional include file that is require'd from conf/layer.conf. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4429a3250f
commit
43ece2557f
@@ -44,3 +44,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
"
|
||||
|
||||
FREESMARTPHONE_GIT = "git://git.freesmartphone.org"
|
||||
|
||||
# Override security flags
|
||||
require conf/distro/include/meta_oe_security_flags.inc
|
||||
|
||||
Reference in New Issue
Block a user