Skip to content

Commit

Permalink
Merge pull request #59 from rdkcentral/develop
Browse files Browse the repository at this point in the history
RDKE-151: Add gstreamer1.0-rtsp-server in pkggrp
  • Loading branch information
deepthi-ps authored Jul 24, 2024
2 parents 7a43b1a + 66a29eb commit 7afa648
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/include/vendor_pkg_versions.inc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ PR_pn-gstreamer1.0-plugins-bad-meta = "${GST_REVISION}"
PACKAGE_ARCH_pn-gstreamer1.0-plugins-bad-meta = "${VENDOR_LAYER_EXTENSION}"
PREFERRED_VERSION_gstreamer1.0-plugins-bad-meta ?= "${GST_VERSION}"

PV_pn-gstreamer1.0-rtsp-server = "${GST_VERSION}"
PR_pn-gstreamer1.0-rtsp-server = "${GST_REVISION}"
PACKAGE_ARCH_pn-gstreamer1.0-rtsp-server = "${VENDOR_LAYER_EXTENSION}"
PREFERRED_VERSION_gstreamer1.0-rtsp-server ?= "${GST_VERSION}"

# Westeros components
WESTEROS_VERSION = "1.0.0"
WESTEROS_REVISION = "r0"
Expand Down
1 change: 1 addition & 0 deletions recipes-core/packagegroups/packagegroup-vendor-layer.bb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RDEPENDS_${PN}:append:rdkv-oss = " \
gstreamer1.0-plugins-base-meta \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-good-meta \
gstreamer1.0-rtsp-server \
libdrm \
libepoxy \
libmms \
Expand Down

0 comments on commit 7afa648

Please sign in to comment.