wam: revision bump, fix WAM on icefish
[AGL/meta-agl-devel.git] / meta-agl-profile-graphical-html5 / recipes-wam / wam / wam_git.bb
index f156654..1161359 100644 (file)
@@ -19,12 +19,13 @@ PROVIDES += "virtual/webruntime"
 RPROVIDES_${PN} += "virtual/webruntime"
 
 SRC_URI = "\
-    git://github.com/webosose/${PN}.git;branch=@6.agl.guppy;protocol=https \
+    git://github.com/webosose/${PN}.git;branch=@6.agl.icefish;protocol=https \
     file://WebAppMgr@.service \
     file://WebAppMgr.env \
+    file://trunc-webapp-roles.patch \
 "
 S = "${WORKDIR}/git"
-SRCREV = "23427000917d2a00f1eaa175893773c0702d48b4"
+SRCREV = "a9e009347be183b1b880243151a2242f2f6c59b9"
 
 do_install_append() {
     install -d ${D}${sysconfdir}/wam
@@ -48,4 +49,4 @@ do_install_append_agl-devel() {
     install -d ${D}${localstatedir}/agl-devel/preferences
     touch ${D}${localstatedir}/agl-devel/preferences/debug_system_apps
     touch ${D}${localstatedir}/agl-devel/preferences/devmode_enabled
-}
\ No newline at end of file
+}