X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-wam%2Fchromium%2Fchromium84_git.bb;h=c8cb97014dd644f2efb6b98362d368867fe39463;hb=0ffe0a487e1323e713dd350342caa5384f2a42fd;hp=7acc2f80a265a2f2820ad70c61722e2e06f53425;hpb=e96145a39d9138029306608398ba13644f6f0cf6;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index 7acc2f80a..c8cb97014 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -2,22 +2,23 @@ require chromium.inc SRC_URI = "\ git://github.com/igalia/${PN};branch=koi;protocol=https;rev=${SRCREV_chromium84};name=chromium84 \ - git://github.com/webosose/chromium-v8;branch=@chromium84;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8 \ + git://github.com/webosose/chromium-v8;branch=@chromium84;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8;protocol=https \ + file://add-a-delay-to-agl-ready-event.patch \ file://chromium-quiche-invalid-offsetof.patch \ file://chromium-skia-no_sanitize.patch \ " # Needed by catapult -DEPENDS += "libhomescreen python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" +DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium84 = "26c9a59becc7c81ec69f23673e0d45e7e2372b1d" +SRCREV_chromium84 = "17ab9d58b9d5da9102b119d39cf49a002e61ea1b" SRCREV_v8 = "5c1d89dd2945a10cf7a6a3458050b3177a870b09" BROWSER_APPLICATION = "chromium84-browser" BROWSER_APPLICATION_DIR = "/opt/chromium84" MKSNAPSHOT_PATH = "v8_snapshot/" -PACKAGECONFIG_remove="jumbo" +PACKAGECONFIG:remove="jumbo" GN_ARGS += "use_gtk=false" @@ -59,12 +60,12 @@ GN_ARGS += "\ use_v8_context_snapshot=false \ " -GN_ARGS_append = " \ +GN_ARGS:append = " \ use_system_minigbm=false \ use_wayland_gbm=false \ " -GN_ARGS_append = " \ +GN_ARGS:append = " \ is_webos=false \ is_agl=true \ " @@ -76,5 +77,5 @@ GN_ARGS += "\ # TODO(rzanoni) copied from original recipe to fix qemux86 build. # check if it can be removed in the future. -PACKAGECONFIG_remove_qemux86 = "gstreamer umediaserver neva-media gav neva-webrtc" +PACKAGECONFIG:remove:qemux86 = "gstreamer umediaserver neva-media gav neva-webrtc" #END TODO