Skip to content

Commit 2cecbe6

Browse files
committed
Renamed and moved ctrlm hal headers recipe.
Change-Id: I9ce900f8165c291ae2521c4ac3b3ef04a03e1f13
1 parent 0add87f commit 2cecbe6

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Version and SRCREV for this component is handled in conf/include/rdk-headers-versions.inc
22

3-
SUMMARY = "Control Manager Headers"
3+
SUMMARY = "This recipe provides RDK Control Manager HAL Interface headers"
44
SECTION = "console/utils"
55
LICENSE = "Apache-2.0"
66
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
@@ -14,20 +14,14 @@ S = "${WORKDIR}/git"
1414
inherit allarch
1515

1616
# this is a HAL package only, nothing to build
17-
do_compile[noexec] = "1"
17+
do_compile[noexec] = "1"
1818
do_configure[noexec] = "1"
1919

2020
# also get rid of the default dependency added in bitbake.conf
2121
# since there is no 'main' package generated (empty)
2222
RDEPENDS:${PN}-dev = ""
2323

24-
do_configure[noexec] = "1"
25-
do_compile[noexec] = "1"
26-
2724
do_install() {
2825
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}
3327
}

0 commit comments

Comments
 (0)