diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-07-13 12:24:16 +0200 |
---|---|---|
committer | Antia Puentes <apuentes@igalia.com> | 2019-07-13 12:36:52 +0200 |
commit | 69f2b7ee3d2ea23a6458defddd444ab5e7e2a06c (patch) | |
tree | 393a599a0f4bc2bf5cd0e15fb13b33d6a6627a08 | |
parent | 4ee96a7342ebe8e4945e088b16978fb74a2a647b (diff) |
wam: bump revision, fixes related to the remote inspectorhalibut_7.99.3halibut/7.99.37.99.3
Included changes:
* 8271e13 [agl] Update the path for the Remote Web Inspector
* f0166b5 [agl] Remote debugging should work only on debug mode
AGL-bug: SPEC-2327
AGL-bug: SPEC-2328
Change-Id: Iaee96758831d0d1e809bd10e0ce6dff445d6210a
Signed-off-by: Antia Puentes <apuentes@igalia.com>
-rw-r--r-- | meta-html5-framework/recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-html5-framework/recipes-wam/wam/wam_git.bb b/meta-html5-framework/recipes-wam/wam/wam_git.bb index 2606ca5d..51447efd 100644 --- a/meta-html5-framework/recipes-wam/wam/wam_git.bb +++ b/meta-html5-framework/recipes-wam/wam/wam_git.bb @@ -20,7 +20,7 @@ RPROVIDES_${PN} += "virtual/webruntime" SRC_URI = "git://github.com/webosose/${PN}.git;branch=@6.agl.guppy;protocol=https" S = "${WORKDIR}/git" -SRCREV = "574c65bbd26937ad4552a51ad6ec438238af115e" +SRCREV = "8271e13578b92b192cef1d1ac6577bc3699518a4" do_install_append() { install -d ${D}${sysconfdir}/wam |