diff options
-rw-r--r-- | recipes-demo/html5-background/html5-background_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo/html5-homescreen/html5-homescreen_git.bb | 2 | ||||
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/html5-background/html5-background_git.bb b/recipes-demo/html5-background/html5-background_git.bb index 656923a77..4e6bb1438 100644 --- a/recipes-demo/html5-background/html5-background_git.bb +++ b/recipes-demo/html5-background/html5-background_git.bb @@ -11,7 +11,7 @@ B = "${WORKDIR}/build" SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-background;protocol=https;branch=master \ " -SRCREV = "e91be225127ddea6be3ddae5cb35e88c2f0aafb8" +SRCREV = "aa7e2a81e91ed076c0bc9ba07db5aee0f34668df" inherit pythonnative agl-app diff --git a/recipes-demo/html5-homescreen/html5-homescreen_git.bb b/recipes-demo/html5-homescreen/html5-homescreen_git.bb index 65de72985..1be9751b9 100644 --- a/recipes-demo/html5-homescreen/html5-homescreen_git.bb +++ b/recipes-demo/html5-homescreen/html5-homescreen_git.bb @@ -12,7 +12,7 @@ SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/apps/html5-homescreen;protocol=https;branch=master \ file://homescreen.service \ " -SRCREV = "fc0ffa4c45d3a6ec6ad8cc9b939ef6c9dd2e7eaf" +SRCREV = "f3cecb6e79d7fcac14535108c06cb5a922159d78" inherit pythonnative diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index f1bb666c0..4b640d5d2 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -30,7 +30,7 @@ SRC_URI = "\ file://WebAppMgr.env \ " S = "${WORKDIR}/git" -SRCREV = "8ea41f7b59b52ef005f6f932e3335bfd137aa5fa" +SRCREV = "4fbd6e648913bcf0fba63e4460eb44242c11f71b" PV = "ose58.agl" |