Skip to content

Commit f7b6d40

Browse files
committed
treewide: Apply fixes required by oe-core changes
This is the result of the two `find` commands described here: https://git.openembedded.org/openembedded-core/commit/?id=46480a5e66 Signed-off-by: Calvin Owens <calvin@wbinvd.org>
1 parent 198b0f7 commit f7b6d40

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
@@ -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 = "${UNPACKDIR}/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

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)