aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-11-26 00:54:25 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-11-26 17:50:26 +0000
commit5563d5e8318950284228f026010bcb038c499dc0 (patch)
tree8140196c43784db7d1e9d0bbddbbb30ed8d0510f
parent904ee8a7afe5acb1e95ad668cac40c0edf34cb7c (diff)
agl-service-hvac: add low level canbus service in RDEPENDS
To allow the removal of direct CANBus socket calls we must add low level CANBus service to RDEPENDS Bug-AGL: SPEC-2984 Change-Id: I168a48578014a92a1da8704790aaa103d82d29b6 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb
index 665e1ded4..545ab6a28 100644
--- a/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb
+++ b/meta-agl-profile-core/recipes-apis/agl-service-hvac/agl-service-hvac_git.bb
@@ -16,5 +16,5 @@ DEPENDS = "json-c"
inherit cmake aglwgt pkgconfig
-RDEPENDS_${PN} += "agl-service-identity-agent"
+RDEPENDS_${PN} += "agl-service-identity-agent agl-service-can-low-level"
RRECOMMENDS_${PN} += "agl-service-hvac-conf"