Skip to content

Commit debe47b

Browse files
authored
RDKEMW-4553: [meta-rdk-halif-headers] move ControlManager IR Database to Vendor Layer (#68)
add controlMgr HAL interface headers for IRDB
1 parent ebbb633 commit debe47b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

conf/include/rdk-headers-versions.inc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ SRCREV:pn-ctrlm-hal-headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
4444
PV:pn-rdk-gstreamer-utils-headers = "2.0.1"
4545
PR:pn-rdk-gstreamer-utils-headers = "r0"
4646
SRCREV:pn-rdk-gstreamer-utils-headers = "9b3c2833cda4e2c3865a75932c2510613037fe61"
47+
48+
PV:pn-ctrlm-irdb-headers = "1.1.0"
49+
PR:pn-ctrlm-irdb-headers = "r0"
50+
SRCREV:pn-ctrlm-irdb-headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2+
3+
SUMMARY = "This recipe provides RDK Control Manager IR Database Plugin interface headers"
4+
SECTION = "console/utils"
5+
6+
LICENSE = "Apache-2.0"
7+
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
8+
9+
inherit allarch
10+
11+
SRC_URI = "${CMF_GITHUB_ROOT}/control;${CMF_GITHUB_SRC_URI_SUFFIX};name=ctrlm-irdb-headers"
12+
13+
S = "${WORKDIR}/git"
14+
15+
# this is a Header package only, nothing to build
16+
do_configure[noexec] = "1"
17+
do_compile[noexec] = "1"
18+
19+
do_install() {
20+
install -d ${D}${includedir}/rdk/halif/ctrlm/irdb
21+
install -m 644 ${S}/src/irdb/ctrlm_irdb_plugin.h ${D}${includedir}/rdk/halif/ctrlm/irdb
22+
}

0 commit comments

Comments
 (0)