mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 10:58:18 +00:00
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@windriver.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
committed by
Joe MacDonald
parent
86c9e56cec
commit
a3f1c77cf5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user