diff options
Diffstat (limited to 'meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb')
-rw-r--r-- | meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb index f1566545..1161359a 100644 --- a/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb +++ b/meta-agl-profile-graphical-html5/recipes-wam/wam/wam_git.bb @@ -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 +} |