diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-07-25 10:29:24 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-07-25 10:51:06 +0900 |
commit | 6f5f359a8293652735341b9011da0e0c7f7e96f6 (patch) | |
tree | 426b7e65b538c2f1edcb34acec13f29c6d0468a9 /meta-hmi-framework/recipes-graphics/qlibwindowmanager | |
parent | 22c2b46a500e962c82adcb1b0a24f5cbda779396 (diff) |
Change the repositories of window manager helper libraries
Change the repositories of window manager helper libraries.
Bug-AGL: SPEC-1547
Change-Id: I634a50af0b29bcb33cd1ddbd0a6e7611232b841d
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-hmi-framework/recipes-graphics/qlibwindowmanager')
-rw-r--r-- | meta-hmi-framework/recipes-graphics/qlibwindowmanager/qlibwindowmanager_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |