diff options
Diffstat (limited to 'meta-hmi-framework')
4 files changed, 6 insertions, 6 deletions
diff --git a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb index 704dbce0..eabc5d09 100644 --- a/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb +++ b/meta-hmi-framework/recipes-demo-hmi/homescreen-2017/homescreen-2017_git.bb @@ -9,7 +9,6 @@ DEPENDS = "\ qtbase \ qtdeclarative \ qtquickcontrols2 \ - pulseaudio \ agl-service-homescreen-2017 \ agl-service-windowmanager-2017 \ agl-service-weather \ diff --git a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb index da490198..50e6dd4a 100644 --- a/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb +++ b/meta-hmi-framework/recipes-graphics/agl-service-windowmanager-2017/agl-service-windowmanager-2017_git.bb @@ -15,7 +15,7 @@ DEPENDS = "af-binder json-c wayland wayland-ivi-extension wayland-native" inherit cmake aglwgt SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-windowmanager-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e4fcbf1b100ec2d926f7fbba5b1246336d05d436" +SRCREV = "a79b572a5f26d6ecdd97dff159c40bad330e1c4c" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" diff --git a/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb b/meta-hmi-framework/recipes-graphics/libwindowmanager/libwindowmanager_git.bb index 89b37390..f0ffc54c 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}" -SRCREV = "fa08aaf93eaaa6f09cbb325d6624b5dfb72fbbdc" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "b306138515459445eb2173301e012f2848495f00" 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..facbd074 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}" -SRCREV = "d5d31fe493c88756831e7cf36255acdccbbdde98" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtwindowmanager.git;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "744df8b7c6ccb4e2254e452eec82f5d0703417cf" S = "${WORKDIR}/git" +PV = "1.0+git${SRCPV}" |