diff options
Diffstat (limited to 'meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap')
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-bluetooth-pbap/agl-service-bluetooth-pbap_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |