2e79797e8ca2c10f53a1485cf26e2d5d83fe53ea
[AGL/meta-agl.git] / templates / feature / agl-appfw-smack / 50_bblayers.conf.inc
1 AGL_APPFW_LAYERS = " \
2   ${METADIR}/external/meta-security \
3   ${METADIR}/external/meta-openembedded/meta-perl \
4   ${METADIR}/meta-agl/meta-app-framework \
5     "
6
7 BBLAYERS =+ "${AGL_APPFW_LAYERS}"
8
9 # Indirection to avoid duplicate inclusions of the same folder into BBLAYERS
10 # the evaluation is in the bblayers.conf.sample in meta-agl/templates/base
11 AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
12 AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"