We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2771eea commit 7e53919Copy full SHA for 7e53919
recipes-rdk-headers/iarmmgrs/iarmmgrs-hal-headers_git.bb
@@ -43,7 +43,6 @@ do_install() {
43
install -m 0644 ${S}/ir/include/irMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
44
install -m 0644 ${S}/sysmgr/include/sysMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
45
46
- install -m 0644 ${S}/vrexmgr/include/vrexMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
47
install -m 0644 ${S}/deviceUpdateMgr/include/deviceUpdateMgr.h ${D}${includedir}/rdk/iarmmgrs-hal
48
install -m 0644 ${S}/mfr/include/mfr_temperature.h ${D}${includedir}/rdk/iarmmgrs-hal
49
if ${@bb.utils.contains('DISTRO_FEATURES' , 'enable_maintenance_manager', 'true', 'false', d)}; then
0 commit comments