summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-05 12:58:03 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-11-05 12:58:03 +0100
commit583e5b6253dcca995d787b4e386bed558d7f6601 (patch)
tree0797810e75d02e13b82583152d0d04816df59f7a /meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
parentab08d907b031db2785b561d7bff70f21eb899178 (diff)
Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2
This change simplifies the SRCREV handling by using - AGL_APP_REVISION and AGL_DEFAULT_REVISION in recipes. Also the AGL_BRANCH can be used to switch to release branches. Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af Bug-AGL: SPEC-864 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb')
-rw-r--r--meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
index b96f3f79..f0c9dc6d 100644
--- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
+++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
@@ -9,6 +9,6 @@ RDEPENDS_${PN} = "agl-service-windowmanager-2017"
inherit cmake
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=master"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "2d89ec62b5118a4a5b5834b636184271c53b2312"
S = "${WORKDIR}/git"