diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-17 15:44:16 +0000 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-02-13 11:01:59 +0100 |
commit | 8b6d7b78084b2396621c26a49281917dedccfdff (patch) | |
tree | 09db3cb5e0316bfcffa4fa26887b27d39e2535af /meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend | |
parent | 86c97d2b6c78d0fbbb21f9b4aeef75335e1912b5 (diff) |
security-manager: Fix build error that causes gcc v7.0
gcc v7 requires include <functional> for std::function.
Bug-AGL: SPEC-1181
Change-Id: Id5deb6f5ea5c2c82ae4a26889f209e1d7619000e
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
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_%.bbappend | 1 |
1 files changed, 1 insertions, 0 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 bd1a43ea3..92b79572f 100644 --- a/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend +++ b/meta-app-framework/recipes-core/security-manager/security-manager_%.bbappend @@ -7,6 +7,7 @@ SRC_URI += " file://0001-Adapt-rules-to-AGL.patch \ file://init-security-manager-db.sh \ file://0001-Fix-gcc6-build.patch \ file://0001-Fix-Cmake-conf-for-gcc6-build.patch \ + file://0001-gcc-7-requires-include-functional-for-std-function.patch \ " FILES_${PN}_append = "${bindir}/init-security-manager-db.sh \ |