[OE-core] [PATCH] libomxil-0.9.3: Move .so files to main package.

Burton, Ross ross.burton at intel.com
Tue Jul 15 08:46:40 UTC 2014


On 15 July 2014 01:03, Saul Wold <sgw at linux.intel.com> wrote:
> On 07/10/2014 12:18 PM, Drew Moseley wrote:
>>
>> The omxregister-bellagio app scans the libdir for the '*.so'
>> files to get them properly registered.  Make sure they are
>> included in the base package rather than the dev.
>>
> Would it be better to patch the register app to have a more generic search
> for .so*??

Searching for .so is fine if you're looking for loadable modules, but
as the package contains versioned real files and lots of symlinks
they're Doing It Wrong.  A better fix would be to fix the build so
that it installs unversioned loadable modules, and then ensure that
they're in the main package (a real .so file in $PN shoudn't kick a QA
error, either).

I think the magic libtool options are -avoid-version -module -shared.

Ross



More information about the Openembedded-core mailing list