From: Matt Ranostay Date: Tue, 15 Jan 2019 00:03:29 +0000 (+0200) Subject: meta-agl-profile-core: agl-service-bluetooth: add network service to RDEPENDS X-Git-Tag: 6.99.4~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=235b2160ca1e11afeda9f9ed017f715199720756;p=AGL%2Fmeta-agl.git 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 --- 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