From patchwork Mon Feb 11 18:16:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-networking, 3/3] accel-ppp: resolve QA warnings and satisfy multilib Date: Mon, 11 Feb 2013 18:16:20 -0000 From: Aws Ismail X-Patchwork-Id: 44469 Message-Id: <1360606580-27697-4-git-send-email-aws.ismail@windriver.com> To: Cc: joe.macdonald@windriver.com Create -libs and -dbg splits to include .so and .debug files, respectively to resolve the QA warning: lib64-accel-ppp rdepends on lib64-accel-ppp-dev when multilib is being used. Signed-off-by: Aws Ismail --- .../recipes-protocols/accel-ppp/accel-ppp_git.bb | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb index 9eb9bf8..d17cc78 100644 --- a/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb +++ b/meta-networking/recipes-protocols/accel-ppp/accel-ppp_git.bb @@ -8,6 +8,7 @@ DEPENDS = "openssl libpcre" inherit cmake +PR = "r1" PV = "1.7.3+git" SRCREV = "4acfa46c321a344b9a6ce4128e72d1e02828d8a0" @@ -23,3 +24,9 @@ EXTRA_OECMAKE = " \ -DRADIUS=FALSE \ -DNETSNMP=FALSE \ " +FILES_${PN}-dbg += "/usr/lib/${BPN}/.debug/*" + +PACKAGES =+ "${PN}-libs" +FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" +INSANE_SKIP_${PN}-libs = "dev-so" +RDEPENDS_${PN} += "${PN}-libs"