af-main: Install debugging features when agl-devel 33/10333/2
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 24 Jul 2017 13:56:36 +0000 (15:56 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 25 Jul 2017 09:15:28 +0000 (09:15 +0000)
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 <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10333
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.bb
meta-app-framework/recipes-core/af-main/af-main_1.0.inc

index ecd8b5a..c0e1582 100644 (file)
@@ -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}() {
index 7863874..057f412 100644 (file)
@@ -35,6 +35,8 @@ EXTRA_OECMAKE = "\
        -DUNITDIR_SYSTEM=${systemd_system_unitdir} \
 "
 
+EXTRA_OECMAKE_append_agl-devel = " -DAGL_DEVEL=1"
+
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "-g ${afm_name} -d ${afm_datadir} -r ${afm_name}"
 GROUPADD_PARAM_${PN} = "-r ${afm_name}"
index b4addb2..8948d90 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \
            ${SRC_URI_files} \
           "
 
-SRCREV = "92736672c93cb9cc159af5dbc831249eb15261ed"
+SRCREV = "c2fa10efe8e8b2443883e7b04b2cf452b6b8dd85"
 PV = "master+git${SRCPV}"
 
 S = "${WORKDIR}/git"