[oe-commits] Aws Ismail : accel-ppp: resolve QA warnings and satisfy multilib

git at git.openembedded.org git at git.openembedded.org
Fri Feb 15 03:52:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: a3f1c77cf5d7d350502ff6eb1784fbf432ea6fc5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=a3f1c77cf5d7d350502ff6eb1784fbf432ea6fc5

Author: Aws Ismail <aws.ismail at windriver.com>
Date:   Thu Feb 14 16:51:03 2013 -0500

accel-ppp: resolve QA warnings and satisfy multilib

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 <aws.ismail at windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 .../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"





More information about the Openembedded-commits mailing list