From 52bba290ff9a3204af9ce30c73b1387b72967e1e Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 5 Jul 2017 09:33:04 +0200 Subject: Framework: Leverage agl-devel and set PV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is time for the framework to include development specific features intended to be used when developing applications. This commit prepares such use. See: AGL-Bug: SPEC-594 It also changes the version PV to point the correct AGL distribution/branch and git commit. Change-Id: Ib399ebe1067892d837bc31363c2c4cf892da6e5e Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10041 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-app-framework/recipes-core/af-main') diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 54d6d3026..8d67c66c1 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -15,6 +15,7 @@ SRC_URI = "${SRC_URI_git} \ " SRCREV = "f36bbef97187012b84f4620fea7cea440741981f" +PV = "dab+git${SRCPV}" S = "${WORKDIR}/git" @@ -24,3 +25,5 @@ afm_datadir = "/var/local/lib/${afm_name}" afb_binding_dir = "${libdir}/afb" systemd_units_root = "/usr/local/lib/systemd" +CFLAGS_append_agl-devel = " -DAGL_DEVEL" + -- cgit 1.2.3-korg