From patchwork Sun Dec 2 20:45:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] libcgroup: Fix QA error about .so symlink Date: Sun, 02 Dec 2012 20:45:07 -0000 From: Khem Raj X-Patchwork-Id: 40025 Message-Id: <8db2a8dab66febf2844ac62cd207e9e40edec11c.1354480962.git.raj.khem@gmail.com> To: openembedded-core@lists.openembedded.org ERROR: QA Issue: non -dev/-dbg/-nativesdk package contains symlink .so: cgroups-pam-plugin path '/work/x86_64-angstrom-linux/libcgroup/0.37.1-r1/packages-split/cgroups-pam-plugin/lib/security/pam_cgroup.so' ERROR: QA run found fatal errors. Please consider fixing them. Signed-off-by: Khem Raj --- meta/recipes-core/libcgroup/libcgroup_0.37.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb index 3ef1dad..7ac782b 100644 --- a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb +++ b/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb @@ -24,4 +24,4 @@ FILES_${PN}-dbg += "${base_libdir}/security/.debug" FILES_${PN}-dev += "${base_libdir}/security/*.la" # We really need the symlink so :( -INSANE_SKIP_${PN} = "dev-so" +INSANE_SKIP_cgroups-pam-plugin = "dev-so"