diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-11-22 11:55:59 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-22 14:08:12 +0000 |
commit | 3cf09f2940865cd71d53cd5d1f68924f202e81f8 (patch) | |
tree | d579e8da00a76570072a8bd0985b92b9afd22810 /meta-app-framework/recipes-core | |
parent | 3ce50afde6b5f864b385632f514af1d2cff6b90c (diff) |
afm-main: use AGL_BRANCH for naming package
Change-Id: I7ac64017cf21a0a29d6fa60ab12ab260589a1d50
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12089
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework/recipes-core')
-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" |