diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-08-20 11:33:57 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-08-21 17:06:07 +0000 |
commit | 60da3c638ed66e0edae864d1176cafed919fb1fa (patch) | |
tree | 5caab7c9584c7b69f375dc71152f3e4ec43fcbde | |
parent | 2cdcd6138b304500cf06f19166db4076502f5d6d (diff) |
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 <naoto.yamaguchi@aisin.co.jp>
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" |