Skip to content

Commit 22adeb6

Browse files
committed
gn-native: Use UNPACKDIR
whinlatter now requires using UNPACKDIR: | S should be set relative to UNPACKDIR, e.g. replace | WORKDIR with UNPACKDIR in "S = ${WORKDIR}/chromium-${PV}" Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent bdac5fe commit 22adeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/gn-native_136.0.7103.113.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require chromium.inc
66

77
inherit native
88

9-
S = "${WORKDIR}/chromium-${PV}"
9+
S = "${UNPACKDIR}/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

0 commit comments

Comments
 (0)