-
Notifications
You must be signed in to change notification settings - Fork 13
RDKEMW-6895 : RDKE player-interface meta layer changes #1216
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 all commits
3762d2e
c2dd971
8c6c7a3
1f2cbdb
43962a0
91514ee
97dc427
486d629
7dcd414
3be47c0
32c8ada
b3464db
632306c
d3f60ba
d060053
56ec96a
2463273
0073373
278b885
f09db41
105304a
6ca6281
c1bd1c1
6c34e48
6d11311
755e1f5
389f48d
e8426b2
4a0c25b
c47264a
7112ab6
1ca6cb9
41998ab
d6c099b
38fb88a
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 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -82,6 +82,10 @@ PV:pn-aamp = "2.10.0" | |||||||||||||||||||||||||
| PR:pn-aamp = "r0" | ||||||||||||||||||||||||||
| PACKAGE_ARCH:pn-aamp = "${MIDDLEWARE_ARCH}" | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| PV:pn-pn-player-interface = "1.0.0" | ||||||||||||||||||||||||||
| PR:pn-pn-player-interface = "r0" | ||||||||||||||||||||||||||
| PACKAGE_ARCH:pn-pn-player-interface = "${MIDDLEWARE_ARCH}" | ||||||||||||||||||||||||||
|
Comment on lines
+85
to
+87
|
||||||||||||||||||||||||||
| PV:pn-pn-player-interface = "1.0.0" | |
| PR:pn-pn-player-interface = "r0" | |
| PACKAGE_ARCH:pn-pn-player-interface = "${MIDDLEWARE_ARCH}" | |
| PV:pn-player-interface = "1.0.0" | |
| PR:pn-player-interface = "r0" | |
| PACKAGE_ARCH:pn-player-interface = "${MIDDLEWARE_ARCH}" |
Copilot
AI
Nov 7, 2025
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 name has a duplicated pn- prefix. It should be PACKAGE_ARCH:pn-player-interface instead of PACKAGE_ARCH:pn-pn-player-interface.
| PV:pn-pn-player-interface = "1.0.0" | |
| PR:pn-pn-player-interface = "r0" | |
| PACKAGE_ARCH:pn-pn-player-interface = "${MIDDLEWARE_ARCH}" | |
| PV:pn-player-interface = "1.0.0" | |
| PR:pn-player-interface = "r0" | |
| PACKAGE_ARCH:pn-player-interface = "${MIDDLEWARE_ARCH}" |
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 name has a duplicated
pn-prefix. It should bePV:pn-player-interfaceinstead ofPV:pn-pn-player-interface.