File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
2
2
3
- SUMMARY = "Control Manager Headers "
3
+ SUMMARY = "This recipe provides RDK Control Manager HAL Interface headers "
4
4
SECTION = "console/utils"
5
5
LICENSE = "Apache-2.0"
6
6
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
@@ -14,20 +14,14 @@ S = "${WORKDIR}/git"
14
14
inherit allarch
15
15
16
16
# this is a HAL package only, nothing to build
17
- do_compile [noexec ] = "1"
17
+ do_compile [noexec ] = "1"
18
18
do_configure [noexec ] = "1"
19
19
20
20
# also get rid of the default dependency added in bitbake.conf
21
21
# since there is no 'main' package generated (empty)
22
22
RDEPENDS :${PN} -dev = ""
23
23
24
- do_configure [noexec ] = "1"
25
- do_compile [noexec ] = "1"
26
-
27
24
do_install () {
28
25
install -d ${D}${includedir}
29
- install -m 644 ${S} /include /ctrlm_hal . h ${D}${includedir}
30
- install -m 644 ${S} /include /ctrlm_hal_ip . h ${D}${includedir}
31
- install -m 644 ${S} /include /ctrlm_hal_ble . h ${D}${includedir}
32
- install -m 644 ${S} /include /ctrlm_hal_rf4ce . h ${D}${includedir}
26
+ install -m 644 ${S} /include /ctrlm_hal *. h ${D}${includedir}
33
27
}
You can’t perform that action at this time.
0 commit comments