Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conf/include/generic-pkgrev.inc
Original file line number Diff line number Diff line change
Expand Up @@ -436,3 +436,7 @@ PR:pn-packager-lisa = "r0"
PACKAGE_ARCH:pn-packager-lisa = "${MIDDLEWARE_ARCH}"

PACKAGE_ARCH:pn-gdb = "${MIDDLEWARE_ARCH}"

PV:pn-sceneset = "1.0.0"
PR:pn-sceneset = "r0"
PACKAGE_ARCH:pn-sceneset = "${MIDDLEWARE_ARCH}"
1 change: 1 addition & 0 deletions conf/include/generic-srcrev.inc
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ SRCREV:pn-rdkcertconfig = "e0e35743f7e96ad0595ac25b11d829b766f7062b"
SRCREV:pn-packager-lisa = "4ad6cf6d4baea52b44182ebd679347ad878a45e4"
SRCREV:pn-entservices-infra = "90f3c7b0a38f88d6af04989cf9c49f48d38ecc4d"
SRCREV:pn-xdial = "206d13783924f8ea90d48dbbcc9c199e45ffa783"
SRCREV:pn-sceneset = "286e9fd50e3f2fc32c23171632856d6f951b6432"
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ RDEPENDS:${PN} = " \
wlan-p2p \
thunder-hang-recovery \
thunder-plugin-activator \
${@bb.utils.contains('DISTRO_FEATURES', 'sceneset', " sceneset ", "", d)} \
"

DEPENDS += " cjson crun jsonrpc libarchive libdash libevent gssdp harfbuzz hiredis \
Expand Down