-
Notifications
You must be signed in to change notification settings - Fork 88
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
QA staticdev #72
Comments
What warning exactly does bitbake give you? I think a static library should be packaged into the |
@bachp thank you for your reply. The exact error message I got:
I have added the split by specifying path where static libraries reside in
Other packages might spread static libs into much more ways though. It might be tedious to find all this stuff, but I may be mistaken. |
Hello,
I have met a package which provides static library during npm build. And bitbake generates QA error during
do_package_qa
task.Should the staticdev rule be added to
INSANE_SKIP_${PN}
variable for npm-global-install.bbclass and npm-install.bbclass?The text was updated successfully, but these errors were encountered: