diff options
| author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-18 17:59:37 +0300 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-24 15:11:25 +0200 |
| commit | 43ece2557f2fe620568fc194cbd4403daa8dc00e (patch) | |
| tree | ecfa0259d1ce051adfa56033237477f69bb800da /meta-oe/conf/layer.conf | |
| parent | 4429a3250f8a993fcce55eab44a9b3d413ab86c0 (diff) | |
| download | meta-openembedded-43ece2557f2fe620568fc194cbd4403daa8dc00e.tar.gz | |
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>
Diffstat (limited to 'meta-oe/conf/layer.conf')
| -rw-r--r-- | meta-oe/conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf index e2a89cdae9..7af9b3dd7e 100644 --- a/meta-oe/conf/layer.conf +++ b/meta-oe/conf/layer.conf | |||
| @@ -44,3 +44,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
| 44 | " | 44 | " |
| 45 | 45 | ||
| 46 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" | 46 | FREESMARTPHONE_GIT = "git://git.freesmartphone.org" |
| 47 | |||
| 48 | # Override security flags | ||
| 49 | require conf/distro/include/meta_oe_security_flags.inc | ||
