diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-05-22 19:26:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-22 19:06:48 +0000 |
commit | f40999a681442f6c5a195e53710ac67e3e86d3a8 (patch) | |
tree | b1cce23ffee47aabbc778192aeca1bbe5f5b7770 | |
parent | 43aaed60e34d4ce621eb914638e794849a50aa40 (diff) |
appfw:fix dep in af-binder-dev on af-binder-tools
The dependency between af-binder-dev and af-binder-tools
prevents af-binder-dev to be installed properly in SDK
Bug-AGL: SPEC-609
Change-Id: I3cc4e8bb98234147f686e39011944d313328dcea
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9461
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb index cc475bd70..ab4a476f1 100644 --- a/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb +++ b/meta-app-framework/recipes-core/af-binder/af-binder_1.0.bb @@ -38,7 +38,7 @@ FILES_${PN}-tools = "\ ${bindir}/afb-genskel \ " -RDEPENDS_${PN}-dev += "${PN}-tools libafbwsc-dev" +RDEPENDS_${PN}-dev += "libafbwsc-dev" ############################################# # setup sample binding packages |