diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-18 15:58:05 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-18 20:49:16 +0000 |
commit | 420d2f38d5eca52bd5236d6f85772a79fbe28c20 (patch) | |
tree | f256050d703a459cd353b36fd39290d99b956f80 /meta-app-framework/recipes-core/af-main | |
parent | 6c8b235dffbef391c0e685b46d357516c76dfcda (diff) |
af-binder & af-main: use AGL_DEFAULT_REVISION for eel
This commit set to AGL_DEFAULT_REVISION for branch eel products.
At his time, it integrate the switch to the version 5.0.0-EE.
After this commit, the changes in binder and framework
should be tracked by the version info of the product.
Change-Id: I6ce40f472c9dc4961808a276f73605d57573dc55
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12683
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core/af-main')
-rw-r--r-- | meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 472bb55f1..35931fa7a 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 @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81" +SRCREV = "${AGL_DEFAULT_REVISION}" PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |