From 60da3c638ed66e0edae864d1176cafed919fb1fa Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Sun, 20 Aug 2023 11:33:57 +0900 Subject: Move momi ivi repo from outside development repository to AGL Mominavi, momiplay and momiscreen are refernce application of AGL IC container integration. These repository was refer to outside development repository. This patch change repository from outside development repository to AGL repository. Bug-AGL: SPEC-4821 Change-Id: I5380f002982978457df5320c66a4bba3135778db Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb | 6 +++--- meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb | 6 +++--- meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'meta-agl-ic-container/recipes-demo') 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" -- cgit 1.2.3-korg