aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-27 12:28:35 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-07-27 12:28:35 +0000
commitffdf9d7c19338d41504875015003fdd3bb7fc476 (patch)
tree0c4700931f404ac334df847a3f37bf55c418d453
parentd7796f220dd23780a78a73814329efbf23bcdef1 (diff)
parent6f5f359a8293652735341b9011da0e0c7f7e96f6 (diff)
Merge "Change the repositories of window manager helper libraries"
-rw-r--r--meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb2
-rw-r--r--meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
index 89b37390..9ca043ff 100644
--- a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
+++ b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "agl-service-windowmanager-2017"
inherit cmake
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "fa08aaf93eaaa6f09cbb325d6624b5dfb72fbbdc"
S = "${WORKDIR}/git"
PV = "1.0+git${SRCPV}"
diff --git a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb
index 0cdb987c..5a2dbe5a 100644
--- a/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb
+++ b/meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb
@@ -8,6 +8,7 @@ RDEPENDS_${PN} = "libwindowmanager"
inherit qmake5
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/qlibwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtwindowmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "d5d31fe493c88756831e7cf36255acdccbbdde98"
S = "${WORKDIR}/git"
+PV = "1.0+git${SRCPV}"