Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

classes-recipe: bundle: use native paths instead of target paths #295

Merged
merged 1 commit into from
Jan 7, 2024

Conversation

mqqc
Copy link
Contributor

@mqqc mqqc commented Dec 6, 2023

Any recipe using the bundle bbclass will fail if either:

  • ${prefix} is not equal to ${prefix_native}, or:
  • ${prefix_native} is not equal to /usr, or:
  • ${bindir} is not equal to ${bindir_native}

This PR corrects this by using ${prefix_native} and ${STAGING_BINDIR_NATIVE} where appropriate.

If either ${prefix} is not equal to ${prefix_native}, or ${bindir} is
not equal to ${bindir_native}, the recipe will fail.
Correct this by using ${prefix_native} and ${STAGING_BINDIR_NATIVE}.

Signed-off-by: Mark Cilissen <[email protected]>
Copy link
Member

@ejoerns ejoerns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, this has always been wrong. Thanks for fixing! 👍

@ejoerns ejoerns merged commit 95bef89 into rauc:master Jan 7, 2024
2 checks passed
@ejoerns ejoerns mentioned this pull request Jan 31, 2024
@ejoerns ejoerns added kirkstone kirkstone release-related and removed backport candidate labels Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix kirkstone kirkstone release-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants