Skip to content

Commit

Permalink
mcore: Replace nonarch_base_libdir with baselib to avoid packagin…
Browse files Browse the repository at this point in the history
…g error

When using multilib configuration there is a build break at packaging step

Signed-off-by: Valentin Jec <[email protected]>
  • Loading branch information
valijec authored Nov 2, 2023
1 parent ee4dc92 commit 85c26f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-fsl/mcore-demos/imx-mcore-demos.inc
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ addtask deploy after do_install

PACKAGE_ARCH = "${MACHINE_SOCARCH}"

FILES:${PN} = "${nonarch_base_libdir}/firmware"
FILES:${PN} = "${baselib}/firmware"

INSANE_SKIP:${PN} = "arch"

0 comments on commit 85c26f5

Please sign in to comment.