Skip to content

Commit 7870389

Browse files
caneraltinbasakotavio
authored andcommitted
fix: Replace UNPACKDIR with WORKDIR
scarthgap doesn't define UNPACKDIR, use WORKDIR instead.
1 parent 09d2fe9 commit 7870389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CVE_PRODUCT = "chromium:chromium google:chrome"
55

66
SRC_URI = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${PV}.tar.xz"
77
SRC_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

meta-chromium/recipes-browser/chromium/gn-native_138.0.7204.157.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 = "${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

0 commit comments

Comments
 (0)