diff options
author | Antia Puentes <apuentes@igalia.com> | 2019-07-04 13:32:19 +0200 |
---|---|---|
committer | Antia Puentes <apuentes@igalia.com> | 2019-07-04 15:35:22 +0200 |
commit | 28ebd08e29da84a0ec4747f23d70e7f947d10a54 (patch) | |
tree | 9ca2fe1cec444e9d7eb7e7a437e8f4730c968124 /meta-html5-framework/recipes-wam | |
parent | 74bbed9133fa19df7ffe61a4c937820f4a3ae49e (diff) |
chromium68: do not set mksnapshot path env vars
Bug-AGL: SPEC-2602
Change-Id: I7b8756d8be3384ccaff18ecbaf11bb163e2a3c3e
Signed-off-by: Antia Puentes <apuentes@igalia.com>
Diffstat (limited to 'meta-html5-framework/recipes-wam')
-rw-r--r-- | meta-html5-framework/recipes-wam/chromium/chromium68_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb index 28179fd5..ea425b54 100644 --- a/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb +++ b/meta-html5-framework/recipes-wam/chromium/chromium68_git.bb @@ -337,9 +337,6 @@ install_chromium_browser() { configure_browser_settings } -MKSNAPSHOT_PATH = "" -MKSNAPSHOT_PATH_arm = "clang_x86_v8_arm/" - install_webruntime() { install -d ${D}${libdir} install -d ${D}${includedir}/${BPN} |