X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-app-framework%2Frecipes-core%2Faf-main%2Faf-main_git.bb;fp=meta-app-framework%2Frecipes-core%2Faf-main%2Faf-main_1.0.bb;h=041816289b3591ebeec9e7514191b286a78683d0;hb=8a4a59f9cbab1d43f07f1ff1c2c965202e36dc08;hp=8e3b1e835075c9219f9c4d82d2b3ca45c651affb;hpb=c0b3f329cdd673cccedf0fb2d0e7c83e9b7e1630;p=AGL%2Fmeta-agl.git diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.bb b/meta-app-framework/recipes-core/af-main/af-main_git.bb similarity index 98% rename from meta-app-framework/recipes-core/af-main/af-main_1.0.bb rename to meta-app-framework/recipes-core/af-main/af-main_git.bb index 8e3b1e835..041816289 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.bb +++ b/meta-app-framework/recipes-core/af-main/af-main_git.bb @@ -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} \