File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
meta-chromium/recipes-browser/chromium Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CVE_PRODUCT = "chromium:chromium google:chrome"
55
66SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV} .tar.xz"
77SRC_URI [sha256sum ] = "835dfd3228f6adb2a8c78e296c7d4981aee35daee401a2fe1493b4657d736d25"
8- S = "${UNPACKDIR } /chromium-${PV} "
8+ S = "${WORKDIR } /chromium-${PV} "
99
1010# GCC is not tested or officially supported upstream, and supporting it here
1111# requires an ever-growing amount of backports and custom patches, without any
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require chromium.inc
66
77inherit native
88
9- S = "${UNPACKDIR } /chromium-${PV} "
9+ S = "${WORKDIR } /chromium-${PV} "
1010
1111# bootstrap.py --no_clean hardcodes the build location to out_bootstrap.
1212# Omitting --no_clean causes the script to create a temporary directory with a
You can’t perform that action at this time.
0 commit comments