Skip to content

Commit 450f8ee

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 b415e04 commit 450f8ee

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
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] = "f98315eacbf3be106feca37f8243d8c4092d4fd832c918aa36dc229eb6ab39e0"
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_132.0.6834.83.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

meta-firefox/recipes-devtools/cbindgen/cbindgen_0.28.0.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
55

66
SRC_URI += "git://github.com/mozilla/cbindgen.git;protocol=https;branch=master"
77
SRCREV = "bd78bbe59b10eda6ef1255e4acda95c56c6d0279"
8-
S = "${WORKDIR}/git"
98

109
inherit cargo pkgconfig
1110

meta-firefox/recipes-devtools/python-zstandard/python-zstandard_0.21.0.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SRC_URI = "https://files.pythonhosted.org/packages/4d/70/1f883646641d7ad39441815
88
SRC_URI[md5sum] = "7baafeb332651d70881ce692edf912b3"
99
SRC_URI[sha256sum] = "f08e3a10d01a247877e4cb61a82a319ea746c356a3786558bed2481e6c405546"
1010

11-
S = "${WORKDIR}/zstandard-0.21.0"
11+
S = "${UNPACKDIR}/zstandard-0.21.0"
1212

1313
RDEPENDS_${PN} = ""
1414

meta-firefox/recipes-devtools/wasi-sdk/wasi-sdk-native_git.bb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ inherit native
1010

1111
DEPENDS = "clang-native cmake-native ninja-native"
1212

13-
S = "${WORKDIR}/git"
1413

1514
SRC_URI = "gitsm://github.com/WebAssembly/wasi-sdk.git;protocol=https;branch=main"
1615
SRC_URI += "file://0001-disable-exceptions-and-bulk-memory.patch"

0 commit comments

Comments
 (0)