-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update nymea-energy package group and split up integrations #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
${PN}-default-plugins \ | ||
" | ||
|
||
RDEPENDS:${PN}-default-plugins = " \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issue: missing PACKAGES
Only ${PN}
is contained in PACKAGES
as far as I remember, so you need to add ${PN}-default-plugins
to the variable as well otherwise the package won't be created.
PACKAGES += "${PN}-default-plugins"
should do the trick?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Quentin, you are right, just added the missing package definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for the sake of completeness, only for packagegroups (when inherit packagegroup
is in a recipe file) does ${PN} be the only entry in PACKAGES by default. "Normal" package recipes have another default.
…ge groups Signed-off-by: Simon Stürz <[email protected]>
2f63790
to
3e70c6f
Compare
Signed-off-by: Simon Stürz <[email protected]>
${PN}-default-plugins \ | ||
" | ||
|
||
RDEPENDS:${PN}-default-plugins = " \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just for the sake of completeness, only for packagegroups (when inherit packagegroup
is in a recipe file) does ${PN} be the only entry in PACKAGES by default. "Normal" package recipes have another default.
Update to nymea 1.9.5
No description provided.