[OE-core] [PATCH] connman: Fix PPTP VPN plugin QA issue

Jukka Rissanen jukka.rissanen at linux.intel.com
Mon Jul 21 10:03:10 UTC 2014


Fixing this error by skipping dev-so QA check for
connman-plugin-vpn-pptp package.

ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: connman-plugin-vpn-pptp path '/work/core2-32-oe-linux/connman/1.24+gitAUTOINC+42779cd63c-r20.0/packages-split/connman-plugin-vpn-pptp/usr/lib/connman/scripts/libppp-plugin.so' [dev-so]
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa

Signed-off-by: Jukka Rissanen <jukka.rissanen at linux.intel.com>
---
Hi,

just upgraded to head 4d2ac6f6df2b3ef98699dd4f7afadb2d994222bb in master and started
to see this QA error. Adding proper INSANE_SKIP seem to fix it. Just wondered why
I am seeing this now but not earlier.


Cheers,
Jukka


 meta/recipes-connectivity/connman/connman.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index f121a81..3e9d027 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -211,5 +211,6 @@ DESCRIPTION_${PN}-plugin-vpn-pptp = "The ConnMan PPTP plugin uses pptp-linux cli
 to create a VPN connection to PPTP server."
 FILES_${PN}-plugin-vpn-pptp += "${libdir}/connman/scripts/libppp-plugin.so* \
                                 ${libdir}/connman/plugins-vpn/pptp.so"
+INSANE_SKIP_${PN}-plugin-vpn-pptp += "dev-so"
 RDEPENDS_${PN}-plugin-vpn-pptp += "${PN}-vpn"
 RRECOMMENDS_${PN} += "${@bb.utils.contains('PACKAGECONFIG','pptp','${PN}-plugin-vpn-pptp', '', d)}"
-- 
1.8.3.1




More information about the Openembedded-core mailing list