From 8e79503e396c8f6cca9f35b6c57fc2f6972ec533 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 24 Jul 2017 15:56:36 +0200 Subject: af-main: Install debugging features when agl-devel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When agl-devel is required, installs the debugging feature needed by XDS. Also, improves AGL_DEVEL setting of af-binder. Bug-AGL: SPEC-659 Change-Id: I90a1ecbaf78b860ded4f3a70d81ab6312d40772e Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10333 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb') diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index ecd8b5ac0..c0e15820e 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -22,6 +22,7 @@ S = "${WORKDIR}/git" inherit cmake pkgconfig +EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1" CFLAGS_append_agl-devel = " -DAGL_DEVEL" pkg_postinst_${PN}() { -- cgit 1.2.3-korg