diff options
Diffstat (limited to 'meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb')
-rw-r--r-- | meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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" |