diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-09 14:52:22 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-12-10 00:57:41 +0000 |
commit | 752006297892c79f3b6fd665bf7aeba6ee3d281a (patch) | |
tree | cfcab60ef730576121dd17bb290c6825dcca41ef /templates/feature | |
parent | 11def03ba2ed03580729a2077de82e090cf58ca2 (diff) |
Add template extension to pull in meta-clang layer when building flutter
Add AGL_META_CLANG to avoid duplicate inclusion of meta-clang layer.
Bug-AGL: SPEC-3852
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ic477acd5781533511e6c69edfddce2a6b1c84767
Diffstat (limited to 'templates/feature')
-rw-r--r-- | templates/feature/agl-flutter/50_bblayers.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-flutter/50_bblayers.conf.inc b/templates/feature/agl-flutter/50_bblayers.conf.inc index baafd005..4c8f1ae5 100644 --- a/templates/feature/agl-flutter/50_bblayers.conf.inc +++ b/templates/feature/agl-flutter/50_bblayers.conf.inc @@ -1,3 +1,5 @@ +AGL_META_CLANG = " ${METADIR}/external/meta-clang " + BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-agl-flutter \ ${METADIR}/external/meta-flutter \ |