All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gst-plugins-gl: add explicit dependency on libpng
@ 2013-07-30 20:35 Eric Nelson
  2013-07-30 20:39 ` Saul Wold
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Nelson @ 2013-07-30 20:35 UTC (permalink / raw)
  To: poky; +Cc: otavio

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
index a6c74fb..213e799 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c42
 
 SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
 
-DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg"
+DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng"
 
 inherit gettext gconf
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] gst-plugins-gl: add explicit dependency on libpng
  2013-07-30 20:35 [PATCH] gst-plugins-gl: add explicit dependency on libpng Eric Nelson
@ 2013-07-30 20:39 ` Saul Wold
  2013-07-30 20:53   ` Eric Nelson
  0 siblings, 1 reply; 6+ messages in thread
From: Saul Wold @ 2013-07-30 20:39 UTC (permalink / raw)
  To: Eric Nelson; +Cc: poky, otavio


As this in meta, which is really part of openembedded-core, please send 
it to openembedded-core@list.openembedded.org.

Thanks for the patch

Sau!

On 07/30/2013 01:35 PM, Eric Nelson wrote:
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
> ---
>   meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
> index a6c74fb..213e799 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
> +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
> @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c42
>
>   SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
>
> -DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg"
> +DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng"
>
>   inherit gettext gconf
>
>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gst-plugins-gl: add explicit dependency on libpng
  2013-07-30 20:39 ` Saul Wold
@ 2013-07-30 20:53   ` Eric Nelson
       [not found]     ` <CAP9ODKpByoHJBRgu91xzNeWYxdO6XSM94Jtt8QZE4OygF2ZGBA@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Nelson @ 2013-07-30 20:53 UTC (permalink / raw)
  To: Saul Wold; +Cc: poky, otavio

Hi Saul,

On 07/30/2013 01:39 PM, Saul Wold wrote:
>
> As this in meta, which is really part of openembedded-core, please send
> it to openembedded-core@list.openembedded.org.
>
> Thanks for the patch
>
> Sau!
>

:) So many mailing lists, so little stack space!

Is there a different git repository I should base the patch against?

Please advise,


Eric



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gst-plugins-gl: add explicit dependency on libpng
       [not found]     ` <CAP9ODKpByoHJBRgu91xzNeWYxdO6XSM94Jtt8QZE4OygF2ZGBA@mail.gmail.com>
@ 2013-07-30 21:01       ` Eric Nelson
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Nelson @ 2013-07-30 21:01 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: poky@yoctoproject.org

On 07/30/2013 01:57 PM, Otavio Salvador wrote:
> On Tue, Jul 30, 2013 at 5:53 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> Hi Saul,
>>
>>
>> On 07/30/2013 01:39 PM, Saul Wold wrote:
>>>
>>>
>>> As this in meta, which is really part of openembedded-core, please send
>>> it to openembedded-core@list.openembedded.org.
>>>
>>> Thanks for the patch
>>>
>>> Sau!
>>>
>>
>> :) So many mailing lists, so little stack space!
>>
>> Is there a different git repository I should base the patch against?
>>
>> Please advise,
>
> If you patch 'meta' only it should apply just fine in oe-core. I often
> do this and I bet most people do not base the patches directly on
> oe-core when they work on poky.
>
> In either case, oe-core GIT is at
> http://cgit.openembedded.org/openembedded-core/
>
Thanks.

Patch in flight.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] gst-plugins-gl: add explicit dependency on libpng
@ 2013-07-30 21:01 Eric Nelson
  2013-07-30 21:04 ` Otavio Salvador
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Nelson @ 2013-07-30 21:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: otavio

Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
---
 meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
index a6c74fb..213e799 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-gl_0.10.3.bb
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c42
 
 SRC_URI += " file://0001-conditional-gl-framebuffer-undefined-use.patch"
 
-DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg"
+DEPENDS += "gst-plugins-base virtual/libgles2 virtual/egl jpeg libpng"
 
 inherit gettext gconf
 
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] gst-plugins-gl: add explicit dependency on libpng
  2013-07-30 21:01 Eric Nelson
@ 2013-07-30 21:04 ` Otavio Salvador
  0 siblings, 0 replies; 6+ messages in thread
From: Otavio Salvador @ 2013-07-30 21:04 UTC (permalink / raw)
  To: Eric Nelson
  Cc: Eggleton, Paul, Patches and discussions about the oe-core layer

On Tue, Jul 30, 2013 at 6:01 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>

Paul, can you queue this for dylan next update?

Regards,

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-07-30 21:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-30 20:35 [PATCH] gst-plugins-gl: add explicit dependency on libpng Eric Nelson
2013-07-30 20:39 ` Saul Wold
2013-07-30 20:53   ` Eric Nelson
     [not found]     ` <CAP9ODKpByoHJBRgu91xzNeWYxdO6XSM94Jtt8QZE4OygF2ZGBA@mail.gmail.com>
2013-07-30 21:01       ` Eric Nelson
  -- strict thread matches above, loose matches on Subject: below --
2013-07-30 21:01 Eric Nelson
2013-07-30 21:04 ` Otavio Salvador

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.