Skip to content

Commit

Permalink
Fix git build
Browse files Browse the repository at this point in the history
Work around newer half not compiling for aarch64 :(
  • Loading branch information
tronical committed Oct 1, 2023
1 parent 45e3055 commit e88dfa9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes-slint/slint/slint-cpp_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ SLINT_REV = "master"
PV = "git-${SRCPV}"

EXTRA_OECMAKE:append = " -DSLINT_FEATURE_GETTEXT=ON"

do_configure:prepend() {
# Work around current half not cross-compiling well
(cd ${S} && cargo update -p half --precise 2.2.1)
}

0 comments on commit e88dfa9

Please sign in to comment.