Skip to content

Commit 90bcc57

Browse files
committed
chromium: Use the new "parent of S" variable
Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent 826f80b commit 90bcc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CVE_PRODUCT = "chromium:chromium google:chrome"
66
SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz"
77
SRC_URI[sha256sum] = "7c765bd13df842a28bb52279b8d711411ac6082151473e07bd70b9a482c0a0ac"
88

9-
S = "${WORKDIR}/chromium-${PV}"
9+
S = "${CORRECT_S_PARENT}/chromium-${PV}"
1010

1111
# GCC is not tested or officially supported upstream, and supporting it here
1212
# requires an ever-growing amount of backports and custom patches, without any

0 commit comments

Comments
 (0)