Skip to content

Commit a2c0fa5

Browse files
authored
Merge pull request #5 from rdk-e/feature/RDK-46034_tvsettings-header-from-common-repo
RDK-46034 : tvsettings-hal-headers from common repo
2 parents 36df49b + d47bd67 commit a2c0fa5

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

conf/include/rdk-headers-versions.inc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ CMF_GITHUB_ROOT ?= "git://github.com/rdkcentral"
55
CMF_GITHUB_PROTOCOL ?= "git"
66
CMF_GITHUB_SRC_URI_SUFFIX ?= "protocol=${CMF_GITHUB_PROTOCOL};nobranch=1"
77

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-
128
PV_pn-media-utils-headers = "1.0.4"
139
PR_pn-media-utils-headers = "r0"
1410
SRCREV_pn-media-utils-headers = "1.0.4"
@@ -33,7 +29,14 @@ PV_pn-iarmmgrs-hal-headers = "2.0.0"
3329
PR_pn-iarmmgrs-hal-headers = "r0"
3430
SRCREV_pn-iarmmgrs-hal-headers = "8c0e309be318e0665b8fb2ccdf131b722cc32d84"
3531

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+
3640
PV_pn-iarmbus-headers = "1.0.0"
3741
PR_pn-iarmbus-headers = "r0"
3842
SRCREV_pn-iarmbus-headers = "GRT_v2"
39-
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+

0 commit comments

Comments
 (0)