diff options
3 files changed, 9 insertions, 9 deletions
diff --git a/meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb b/meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb index 124252b5..8d2763a4 100644 --- a/meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb +++ b/meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb @@ -13,13 +13,13 @@ DEPENDS = " \ qtwebsockets \ " -PV = "0.2.0" +PV = "1.0.0" -SRC_URI = "git://github.com/AGLExport/mominavi.git;protocol=https;branch=master \ +SRC_URI = "git://git.automotivelinux.org/apps/mominavi;protocol=https;branch=${AGL_BRANCH} \ file://mominavi.service \ file://mominavi \ " -SRCREV = "553776e75da02b27224748756da55d38b6c7241f" +SRCREV = "e08336ba085d798e88e33c24b850956d6e50cc51" S = "${WORKDIR}/git" diff --git a/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb b/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb index 02fc6f66..52db1194 100644 --- a/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb +++ b/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb @@ -12,13 +12,13 @@ DEPENDS = " \ qtmultimedia \ " -PV = "0.2.0" +PV = "1.0.0" -SRC_URI = "git://github.com/AGLExport/momiplayer.git;protocol=https;branch=master \ +SRC_URI = "git://git.automotivelinux.org/apps/momiplayer;protocol=https;branch=${AGL_BRANCH} \ file://momiplay.service \ file://momiplay \ " -SRCREV = "b4715bf924ea295feaaf8fbdb4a9c3da75f57591" +SRCREV = "cb21f0fe4259c3b427ef7b2dd2c43fa73369ae42" S = "${WORKDIR}/git" diff --git a/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb b/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb index f37a5365..f14df8aa 100644 --- a/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb +++ b/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb @@ -11,13 +11,13 @@ DEPENDS = " \ qtsvg \ " -PV = "0.2.0" +PV = "1.0.0" -SRC_URI = "git://github.com/AGLExport/momiscreen.git;protocol=https;branch=main \ +SRC_URI = "git://git.automotivelinux.org/apps/momiscreen;protocol=https;branch=${AGL_BRANCH} \ file://momiscreen.service \ file://momiscreen \ " -SRCREV = "bc3ef09ffad15b97941f28b165dc2019f5950105" +SRCREV = "22b44f911bf6c53298055626cef671a24e9e9069" S = "${WORKDIR}/git" |