diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-04-25 18:50:08 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-02 10:23:38 +0000 |
commit | 70e37a3bb1d50bbd36054aff72f4d9d9136a0d02 (patch) | |
tree | 30fcbda9b8da57594edf7a16d7971d6bc70f738b /meta-html5-framework/recipes-wam/wam/wam_git.bb | |
parent | acfb8e2eabca846d5623333461ec843cd54839b4 (diff) |
chromium68, wam: bump revision
Bug-AGL: SPEC-2353
Change-Id: I2a62e76422a35b5a9c95fa310677199b8ca79146
Signed-off-by: Antia Puentes <apuentes@igalia.com>
(cherry picked from commit 0bfe1a36c4bcc9c4d309f9005b2d8da23ca0eed8)
Diffstat (limited to 'meta-html5-framework/recipes-wam/wam/wam_git.bb')
-rw-r--r-- | meta-html5-framework/recipes-wam/wam/wam_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-html5-framework/recipes-wam/wam/wam_git.bb b/meta-html5-framework/recipes-wam/wam/wam_git.bb index 3cf0081c..b2487dde 100644 --- a/meta-html5-framework/recipes-wam/wam/wam_git.bb +++ b/meta-html5-framework/recipes-wam/wam/wam_git.bb @@ -12,9 +12,9 @@ PR="r0" PROVIDES += "virtual/webruntime" RPROVIDES_${PN} += "virtual/webruntime" -SRC_URI = "git://github.com/webosose/${PN}.git;branch=@2.chromium68.5.agl.flounder;protocol=https" +SRC_URI = "git://github.com/webosose/${PN}.git;branch=@6.agl.guppy;protocol=https" S = "${WORKDIR}/git" -SRCREV = "fe79cfcf55eff8fc6709ec4845fe6d5a3e9b9e5a" +SRCREV = "ed37e18d3b7acaecc5e40c2548b6dbda98a4f755" EXTRA_QMAKEVARS_PRE += "CONFIG_BUILD+=agl_service" EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" |