From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TfNzI-0000Cc-OA for openembedded-core@lists.openembedded.org; Mon, 03 Dec 2012 05:50:38 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 02 Dec 2012 20:36:15 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,204,1355126400"; d="scan'208";a="225654910" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.13.44]) by azsmga001.ch.intel.com with ESMTP; 02 Dec 2012 20:36:14 -0800 Message-ID: <50BC2C3E.4020003@linux.intel.com> Date: Sun, 02 Dec 2012 20:36:14 -0800 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Paul Eggleton , Khem Raj References: <59c6eb39edcf9308a81c9ad84f248e30e526f6ba.1354480962.git.raj.khem@gmail.com> <8db2a8dab66febf2844ac62cd207e9e40edec11c.1354480962.git.raj.khem@gmail.com> <7327098.TAKnqlOXbO@helios> In-Reply-To: <7327098.TAKnqlOXbO@helios> Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH 3/3] libcgroup: Fix QA error about .so symlink X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Dec 2012 04:50:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 12/02/2012 03:26 PM, Paul Eggleton wrote: > On Sunday 02 December 2012 12:45:07 Khem Raj wrote: >> 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" > > FWIW, Martin already sent this patch. > Patch is pending. Sau! > Cheers, > Paul >