File tree Expand file tree Collapse file tree 2 files changed +34
-5
lines changed
recipes-rdk-hal/tvsettings Expand file tree Collapse file tree 2 files changed +34
-5
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,6 @@ CMF_GITHUB_ROOT ?= "git://github.com/rdkcentral"
5
5
CMF_GITHUB_PROTOCOL ?= "git"
6
6
CMF_GITHUB_SRC_URI_SUFFIX ?= "protocol=${CMF_GITHUB_PROTOCOL} ;nobranch=1"
7
7
8
- PV_pn -closedcaption -hal -headers = "1.0.0"
9
- PR_pn -closedcaption -hal -headers = "r0"
10
- SRCREV_pn -closedcaption -hal -headers = "GRT_v2"
11
-
12
8
PV_pn -media -utils -headers = "1.0.4"
13
9
PR_pn -media -utils -headers = "r0"
14
10
SRCREV_pn -media -utils -headers = "1.0.4"
@@ -33,7 +29,14 @@ PV_pn-iarmmgrs-hal-headers = "2.0.0"
33
29
PR_pn -iarmmgrs -hal -headers = "r0"
34
30
SRCREV_pn -iarmmgrs -hal -headers = "8c0e309be318e0665b8fb2ccdf131b722cc32d84"
35
31
32
+ PV_pn -tvsettings -hal -headers = "0.1.1"
33
+ PR_pn -tvsettings -hal -headers = "r0"
34
+ SRCREV_pn -tvsettings -hal -headers = "0.1.1"
35
+
36
+ PV_pn -closedcaption -hal -headers = "1.0.0"
37
+ PR_pn -closedcaption -hal -headers = "r0"
38
+ SRCREV_pn -closedcaption -hal -headers = "GRT_v2"
39
+
36
40
PV_pn -iarmbus -headers = "1.0.0"
37
41
PR_pn -iarmbus -headers = "r0"
38
42
SRCREV_pn -iarmbus -headers = "GRT_v2"
39
-
Original file line number Diff line number Diff line change
1
+ SUMMARY = "TVsettings HAL headers"
2
+ SECTION = "console/utils"
3
+
4
+ LICENSE = "Apache-2.0"
5
+ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
6
+
7
+ inherit allarch
8
+ SRC_URI = "${CMF_GITHUB_ROOT} /rdkv-halif-tvsettings;${CMF_GITHUB_SRC_URI_SUFFIX} "
9
+
10
+ S = "${WORKDIR} /git"
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
+ # to include the headers in the SDK
20
+ ALLOW_EMPTY_${PN} = "1"
21
+
22
+ do_install () {
23
+ install -d ${D}${includedir} /rdk /tv -hal
24
+ install -m 0644 ${S} /include /*. h ${D}${includedir} /rdk /tv -hal
25
+ }
26
+
You can’t perform that action at this time.
0 commit comments