meta-agl-profile-core: agl-service-bluetooth: add network service to RDEPENDS 93/19593/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 15 Jan 2019 00:03:29 +0000 (02:03 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Tue, 15 Jan 2019 00:11:25 +0000 (02:11 +0200)
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>
meta-agl-profile-core/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb

index da0e809..5424cbd 100644 (file)
@@ -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