diff options
-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 897da2b14..472bb55f1 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,7 +15,7 @@ SRC_URI = "${SRC_URI_git} \ " SRCREV = "2bbe66dda7fadf2d08a57e2b0e0fa8841a118c81" -PV = "master+git${SRCPV}" +PV = "${AGL_BRANCH}+git${SRCPV}" S = "${WORKDIR}/git" |