All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Nelson <eric.nelson@boundarydevices.com>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: Re: [meta-fsl-arm][PATCH] gst-plugins-gl: Add dependencies on libjpeg, libpng
Date: Fri, 26 Jul 2013 07:25:14 -0700	[thread overview]
Message-ID: <51F286CA.9090101@boundarydevices.com> (raw)
In-Reply-To: <CAP9ODKoOoB_wrB34Cqjg8c4pRUwhDmoHUdHPJqVXagRy3af26w@mail.gmail.com>

Thanks for the guidance, Otavio.

On 07/26/2013 05:58 AM, Otavio Salvador wrote:
> On Thu, Jul 25, 2013 at 9:04 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> There's a tight dependency on libjpeg.so.8 and libpng16.so.16
>> inside of the libgstopengl.so library:
>>
>> ~/objdump -x myimage/1.0-r0/rootfs/usr/lib/gstreamer-0.10/libgstopengl.so \
>>    | grep NEED
>>    NEEDED               libgstgl-0.10.so.1
>>    NEEDED               libgstcontroller-0.10.so.0
>>    NEEDED               libgstfsl-0.10.so.0
>>    NEEDED               libipu.so.0
>>    NEEDED               librt.so.1
>>    NEEDED               libgstvideo-0.10.so.0
>>    NEEDED               libgstbase-0.10.so.0
>>    NEEDED               libgstinterfaces-0.10.so.0
>>    NEEDED               libgstreamer-0.10.so.0
>>    NEEDED               libgobject-2.0.so.0
>>    NEEDED               libffi.so.6
>>    NEEDED               libgmodule-2.0.so.0
>>    NEEDED               libgthread-2.0.so.0
>>    NEEDED               libxml2.so.2
>>    NEEDED               libdl.so.2
>>    NEEDED               libglib-2.0.so.0
>>    NEEDED               libpthread.so.0
>>    NEEDED               libGLESv2.so.2
>>    NEEDED               libEGL.so.1
>>    NEEDED               libpng16.so.16
>>    NEEDED               libz.so.1
>>    NEEDED               libjpeg.so.8
>>    NEEDED               libm.so.6
>>    NEEDED               libc.so.6
>>    VERNEED              0x00001de4
>>    VERNEEDNUM           0x00000003
>>
>> Change-Id: Idf6f824847ee6978d8ecd2e793bbd0fd97b54c82
>> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
>
> This should be add as depends, not rdepends. As the rdepends should be
> computed automatically :)
>

Specifically, would this be
	DEPENDS +=
or
	DEPENDS_${PN} +=



  reply	other threads:[~2013-07-26 14:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-26  0:04 [meta-fsl-arm][PATCH] gst-plugins-gl: Add dependencies on libjpeg, libpng Eric Nelson
2013-07-26 12:58 ` Otavio Salvador
2013-07-26 14:25   ` Eric Nelson [this message]
2013-07-26 14:54     ` Otavio Salvador
2013-07-26 16:07       ` Eric Nelson

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=51F286CA.9090101@boundarydevices.com \
    --to=eric.nelson@boundarydevices.com \
    --cc=meta-freescale@yoctoproject.org \
    --cc=otavio@ossystems.com.br \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.