File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,7 @@ SRCREV_pn-closedcaption-hal-headers = "GRT_v2"
40
40
PV_pn -iarmbus -headers = "1.0.0"
41
41
PR_pn -iarmbus -headers = "r0"
42
42
SRCREV_pn -iarmbus -headers = "GRT_v2"
43
+
44
+ PV_pn -rdk -gstreamer -utils -headers = "1.0.0"
45
+ PR_pn -rdk -gstreamer -utils -headers = "r0"
46
+ SRCREV_pn -rdk -gstreamer -utils -headers = "64075a19be92637543d6de0bd1abcf4ac2e51298"
Original file line number Diff line number Diff line change
1
+ SUMMARY = "Soc-specific implementations for video applications"
2
+ LICENSE = "CLOSED"
3
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
4
+
5
+ ALLOW_EMPTY_${PN} = "1"
6
+
7
+ SRC_URI = "${RDKE_GITHUB_ROOT} /gstreamer-netflix-platform;${RDKE_GITHUB_SRC_URI_SUFFIX} "
8
+
9
+ S = "${WORKDIR} /git"
10
+ inherit allarch
11
+
12
+ # this is a HAL package only, nothing to build
13
+ do_compile [noexec ] = "1"
14
+ do_configure [noexec ] = "1"
15
+
16
+ # also get rid of the default dependency added in bitbake.conf
17
+ # since there is no 'main' package generated (empty)
18
+ RDEPENDS_${PN} -dev = ""
19
+
20
+ do_install () {
21
+ install -d ${D}${includedir}
22
+ install -m 0644 ${S} /rdk_gstreamer_utils . h ${D}${includedir} /
23
+ install -m 0644 ${S} /rdk_gstreamer_utils_soc . h ${D}${includedir} /
24
+ }
You can’t perform that action at this time.
0 commit comments