af-main & af-binder: Set version from AGLVERSION 35/16635/1
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 10 Sep 2018 12:13:41 +0000 (14:13 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 14 Sep 2018 12:20:02 +0000 (14:20 +0200)
Change-Id: Ie1ff83f007d9d8d819829540d51e576f088c97eb
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_git.bb [moved from meta-app-framework/recipes-core/af-binder/af-binder-devtools-native_1.0.bb with 100% similarity]
meta-app-framework/recipes-core/af-binder/af-binder_git.bb [moved from meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb with 100% similarity]
meta-app-framework/recipes-core/af-binder/af-binder_git.inc [moved from meta-app-framework/recipes-core/af-binder/af-binder_1.0.inc with 92% similarity]
meta-app-framework/recipes-core/af-binder/nativesdk-af-binder-devtools_git.bb [moved from meta-app-framework/recipes-core/af-binder/nativesdk-af-binder-devtools_1.0.bb with 100% similarity]
meta-app-framework/recipes-core/af-main/af-main_git.bb [moved from meta-app-framework/recipes-core/af-main/af-main_1.0.bb with 98% similarity]
meta-app-framework/recipes-core/af-main/af-main_git.inc [moved from meta-app-framework/recipes-core/af-main/af-main_1.0.inc with 100% similarity]
meta-app-framework/recipes-core/af-main/nativesdk-af-main_git.bb [moved from meta-app-framework/recipes-core/af-main/nativesdk-af-main_1.0.bb with 95% similarity]

@@ -15,3 +15,8 @@ PV = "${AGL_BRANCH}+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 CFLAGS_append_agl-devel = " -DAGL_DEVEL"
+
+EXTRA_OECMAKE_append = "\
+       -DAGLVERSION=${AGLVERSION} \
+"
+
@@ -20,6 +20,7 @@ EXTRA_OECMAKE_class-native  = "\
        -DUSE_LIBZIP=1 \
        -DUSE_SIMULATION=1 \
        -DUSE_SDK=1 \
+       -DAGLVERSION=${AGLVERSION} \
        -Dafm_name=${afm_name} \
        -Dafm_confdir=${afm_confdir} \
        -Dafm_datadir=${afm_datadir} \
@@ -29,6 +30,7 @@ EXTRA_OECMAKE = "\
        -DUSE_LIBZIP=1 \
        -DUSE_SIMULATION=0 \
        -DUSE_SDK=0 \
+       -DAGLVERSION=${AGLVERSION} \
        -Dafm_name=${afm_name} \
        -Dafm_confdir=${afm_confdir} \
        -Dafm_datadir=${afm_datadir} \
@@ -10,6 +10,7 @@ EXTRA_OECMAKE = "\
        -DUSE_LIBZIP=1 \
        -DUSE_SIMULATION=1 \
        -DUSE_SDK=1 \
+       -DAGLVERSION=${AGLVERSION} \
        -Dafm_name=${afm_name} \
        -Dafm_confdir=${afm_confdir} \
        -Dafm_datadir=${afm_datadir} \