-
Notifications
You must be signed in to change notification settings - Fork 18
RDKEMW-13467 : Integrate entservices-cloudstore into middleware builds #2661
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
base: develop
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -74,6 +74,7 @@ RDEPENDS:${PN} = " \ | |
| entservices-firmwareupdate \ | ||
| entservices-frontpanel \ | ||
| entservices-mediaanddrm-screencapture \ | ||
| entservices-cloudstore \ | ||
|
||
| ${@bb.utils.contains('DISTRO_FEATURES', 'DAC_SUPPORT', 'entservices-lisa', '', d)} \ | ||
| rdksysctl \ | ||
| rdkversion \ | ||
|
|
||
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.
The package 'entservices-cloudstore' should be placed alphabetically between 'entservices-casting' (line 61) and 'entservices-connectivity' (line 62). The entservices packages from lines 61-76 follow alphabetical ordering, and the new entry should maintain this pattern for consistency and maintainability.