From: Stephane Desneux Date: Mon, 22 May 2017 17:26:12 +0000 (+0200) Subject: appfw:fix dep in af-binder-dev on af-binder-tools X-Git-Tag: 3.99.1~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F9461%2F2;p=AGL%2Fmeta-agl.git 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9461 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- 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