File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -44,3 +44,7 @@ SRCREV:pn-ctrlm-hal-headers = "99d9e3bda6e59542970eadcdcaaa825d6d5875e8"
44
44
PV :pn -rdk -gstreamer -utils -headers = "2.0.1"
45
45
PR :pn -rdk -gstreamer -utils -headers = "r0"
46
46
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"
Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments