Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Drew Moseley <drew_moseley@mentor.com>,
	 openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] libomxil-0.9.3: Move .so files to main package.
Date: Mon, 14 Jul 2014 17:03:56 -0700	[thread overview]
Message-ID: <53C46FEC.3080006@linux.intel.com> (raw)
In-Reply-To: <1405019902-31691-1-git-send-email-drew_moseley@mentor.com>

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*??

Something to check with the libomxil upstream?

I am not saying no to this, just want to check out options.

Thanks
	Sau!


> Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
> ---
>   meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 10 ++++++----
>   1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
> index 103d789..e11febc 100644
> --- a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
> +++ b/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb
> @@ -24,12 +24,14 @@ inherit autotools
>   EXTRA_OECONF += "--disable-doc --disable-Werror"
>
>   FILES_${PN} += "${libdir}/bellagio/*${SOLIBS} \
> -                ${libdir}/omxloaders/*${SOLIBS}"
> +                ${libdir}/bellagio/*${SOLIBSDEV} \
> +                ${libdir}/omxloaders/*${SOLIBS} \
> +                ${libdir}/omxloaders/*${SOLIBSDEV}"
>   FILES_${PN}-staticdev += "${libdir}/bellagio/*.a \
>                             ${libdir}/omxloaders/*.a"
>   FILES_${PN}-dev += "${libdir}/bellagio/*.la \
> -                    ${libdir}/bellagio/*${SOLIBSDEV} \
> -                    ${libdir}/omxloaders/*.la \
> -                    ${libdir}/omxloaders/*${SOLIBSDEV}"
> +                    ${libdir}/omxloaders/*.la"
>   FILES_${PN}-dbg += "${libdir}/bellagio/.debug/ \
>                       ${libdir}/omxloaders/.debug/"
> +
> +INSANE_SKIP_${PN} += "dev-so"
>


  reply	other threads:[~2014-07-15  0:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-10 19:18 [PATCH] libomxil-0.9.3: Move .so files to main package Drew Moseley
2014-07-15  0:03 ` Saul Wold [this message]
2014-07-15  8:46   ` Burton, Ross
2014-07-20 20:13     ` [PATCH v2] libomxil-0.9.3: Remove versioning for .so files Drew Moseley
2014-07-21 10:59       ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53C46FEC.3080006@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=drew_moseley@mentor.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox