diff options
author | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-10 23:11:24 +0200 |
---|---|---|
committer | Jacobo Aragunde Pérez <jaragunde@igalia.com> | 2019-07-11 00:52:46 +0200 |
commit | 245d048ecc1861aee6a4a0e78a0769e789ab3f79 (patch) | |
tree | 29904512b5e6e056885018f91e954a69b5cd1062 | |
parent | 28ebd08e29da84a0ec4747f23d70e7f947d10a54 (diff) |
chromium: fix launcher for halibut
Bumps revision and points to newly created halibut branch.
Included changes:
* 7dabb46 Do not set the user-data-dir.
* f0821a3 Add the new display permission to config.xml.in.
AGL-Bug: SPEC-2612
Change-Id: Ie0bdc7dfc840523e262f34b53c2a6945743345dd
Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
-rw-r--r-- | meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb b/meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb index 5bb028b9..2686c7c8 100644 --- a/meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb +++ b/meta-html5-framework/recipes-wam/chromium/chromium-browser-service.bb @@ -5,8 +5,8 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "gitsm://github.com/webosose/${PN}.git;branch=flounder;protocol=https" -SRCREV = "b1d34892e70aee9d1c8f4602c4db28847825fb1a" +SRC_URI = "gitsm://github.com/webosose/${PN}.git;branch=halibut;protocol=https" +SRCREV = "7dabb46483ff6a3a4fa5cfe532b91412f185554d" PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" |