summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-01-10 20:12:00 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-01-10 20:12:00 +0000
commit0c430c79e8a8cdb1358e8cf8bab89dadc5ab1cb5 (patch)
tree5bfe75dc0d3bbc280d94ccf39e586b096e2429ca /meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend
parent3dab3529eb10970d7a7b2c16ea7fab6a84a1d6f7 (diff)
parentba2ad47459694738b66c2dba2ed304522a570063 (diff)
Merge "fix for gcc6 build"
Diffstat (limited to 'meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend')
-rw-r--r--meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend b/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend
index a4cd607..90f69eb 100644
--- a/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend
+++ b/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend
@@ -2,7 +2,10 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/security-manager:"
SRC_URI += " file://0001-Adapt-rules-to-AGL.patch \
file://init-security-manager-db.service \
- file://init-security-manager-db.sh"
+ file://init-security-manager-db.sh \
+ file://0001-Fix-gcc6-build.patch \
+ file://0001-Fix-Cmake-conf-for-gcc6-build.patch \
+"
FILES_${PN}_append = "${bindir}/init-security-manager-db.sh \
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '${systemd_unitdir}/system/init-security-manager-db.service', '', d)} \