Move momi ivi repo from outside development repository to AGL 42/29142/3
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Sun, 20 Aug 2023 02:33:57 +0000 (11:33 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 21 Aug 2023 17:06:07 +0000 (17:06 +0000)
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>
meta-agl-ic-container/recipes-demo/mominavi/mominavi_git.bb
meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb
meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb

index 124252b..8d2763a 100644 (file)
@@ -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"
 
index 02fc6f6..52db119 100644 (file)
@@ -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"
 
index f37a536..f14df8a 100644 (file)
@@ -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"