From: Matt Ranostay Date: Fri, 15 Mar 2019 02:03:25 +0000 (+0200) Subject: meta-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS deps X-Git-Tag: halibut_7.99.1~48^2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F20695%2F1;p=AGL%2Fmeta-agl.git meta-agl-profile-core: recipes-apis: agl-service-bluetooth-pbap: add RDEPENDS deps Add agl-service-bluetooth + agl-service-data-persistence to RDEPENDS for pbap service Change-Id: Ib2226f690c4b064d44f2ae753424405cefb838c2 Signed-off-by: Matt Ranostay --- diff --git a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb index e6328b718..cab7eebb0 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb @@ -13,6 +13,6 @@ PV = "1.0+git${SRCPV}" S = "${WORKDIR}/git" DEPENDS = "glib-2.0 json-c" -RDEPENDS_${PN} = "bluez5-obex" +RDEPENDS_${PN} = "bluez5-obex agl-service-bluetooth agl-service-data-persistence" inherit cmake aglwgt pkgconfig