af-main & af-binder: Version Funky Flounder 19/16519/3
authorJose Bollo <jose.bollo@iot.bzh>
Mon, 10 Sep 2018 12:13:41 +0000 (14:13 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 12 Sep 2018 21:58:20 +0000 (21:58 +0000)
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 88% 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 93% 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]

@@ -9,9 +9,14 @@ LIC_FILES_CHKSUM = "file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-binder;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "29f544ba5fa53407575b549c1d3b0a4e2619af8f"
+SRCREV = "${AGL_APP_REVISION}"
 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,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/app-framework-main;protocol=https;branch=${AGL_BRANCH}"
 
-SRCREV = "c152727a73c55782b6ffb65add51d03da5ff8e3b"
+SRCREV = "${AGL_APP_REVISION}"
 PV = "${AGL_BRANCH}+git${SRCPV}"
 
 S = "${WORKDIR}/git"
@@ -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} \