diff options
Diffstat (limited to 'recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb')
-rw-r--r-- | recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb b/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb index 8cfa8ec8f..76f5ffa39 100644 --- a/recipes-apis/agl-service-bluetooth/agl-service-bluetooth_git.bb +++ b/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 agl-service-network" +RDEPENDS:${PN} = "agl-service-data-persistence agl-service-network" inherit cmake aglwgt pkgconfig |