We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826f80b commit 90bcc57Copy full SHA for 90bcc57
meta-chromium/recipes-browser/chromium/chromium.inc
@@ -6,7 +6,7 @@ CVE_PRODUCT = "chromium:chromium google:chrome"
6
SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz"
7
SRC_URI[sha256sum] = "7c765bd13df842a28bb52279b8d711411ac6082151473e07bd70b9a482c0a0ac"
8
9
-S = "${WORKDIR}/chromium-${PV}"
+S = "${CORRECT_S_PARENT}/chromium-${PV}"
10
11
# GCC is not tested or officially supported upstream, and supporting it here
12
# requires an ever-growing amount of backports and custom patches, without any
0 commit comments