Skip to content

Commit 1183b13

Browse files
committed
Remove all workarounds for half cross-compilation issues
1 parent f9fe208 commit 1183b13

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

recipes-example/slint-demos/slint-demos_git.bb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ S = "${WORKDIR}/git"
3434

3535
BBCLASSEXTEND = "native"
3636

37-
do_configure:append() {
38-
# Work around current half not cross-compiling well
39-
(cd ${S} && cargo update -p half --precise 2.2.1)
40-
}
41-
4237
EXTRA_CARGO_FLAGS = "-p slide_puzzle"
4338
CARGO_FEATURES = "slint/backend-linuxkms slint/renderer-skia"
4439

recipes-slint/slint/slint-cpp_git.bb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,3 @@ SLINT_REV = "master"
1010
PV = "git-${SRCPV}"
1111

1212
EXTRA_OECMAKE:append = " -DSLINT_FEATURE_GETTEXT=ON"
13-
14-
do_configure:prepend() {
15-
# Work around current half not cross-compiling well
16-
(cd ${S} && cargo update -p half --precise 2.2.1)
17-
}

0 commit comments

Comments
 (0)