-
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
'virtual/node' breaks for do_package_deb because of '/' #3
Comments
There seems to be a lot of packages providing "virtual/...." so I assumed this is a safe naming convention. These are defined so that meta-nodejs and meta-iojs layers can be exchanged without updating depending recipes. Would it be acceptable to change PROVIDES and RPROVIDES to "node" instead of "virtual/node"? |
Strange, during my build only nodejs turned up with this error. Using "node" as |
Difference might be that I'm using Ångstrom based distribution without .deb packaging and you are using Poky. Ångstrom layers contain lot of virtual prefixed (R)PROVIDES. I'm going to commit a change to If someone has added |
You could have left |
We're both too fast. Did not see your pull request coming ;) Will fix. |
Close #3: Use virtual package name "node" in RPROVIDES
I should have sent my comment first and do the pull-request later :-) Kudos for fixing it tough! Keep up the great work! |
Thank you. I'll fix the meta-iojs too (imyller/meta-iojs#1) |
The char
/
is not allowed in theProvides:
field indebian/control
. Perhaps anotherPROVIDES
would be useful to make it work withPACKAGE_CLASSES ?= "package_deb"
.The text was updated successfully, but these errors were encountered: