aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-01-15 02:03:29 +0200
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-15 02:11:25 +0200
commit235b2160ca1e11afeda9f9ed017f715199720756 (patch)
treedcfd339bb312cd9df771b72e7089e3f85f8b8ff2
parent3cfe12e769fcd9d5a07aaa021a3306fdbd686dac (diff)
meta-agl-profile-core: agl-service-bluetooth: add network service to RDEPENDS
Add agl-service-network to RDEPENDS to allow it to disable rfkill on bluetooth interfaces Bug-AGL: SPEC-2124 Change-Id: I6a222a6b3e4d9056737ea05a4f0093ae87fd8062 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb
index da0e80919..5424cbd02 100644
--- a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb
+++ b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb
@@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS = "glib-2.0 json-c"
-RDEPENDS_${PN} = "agl-service-data-persistence"
+RDEPENDS_${PN} = "agl-service-data-persistence agl-service-network"
inherit cmake aglwgt pkgconfig