All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package
@ 2013-03-12 22:09 Andreas Oberritter
  2013-03-13  9:15 ` Koen Kooi
  2013-03-13 16:33 ` Martin Jansa
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Oberritter @ 2013-03-12 22:09 UTC (permalink / raw)
  To: openembedded-devel

Otherwise the libav executables (avplay, ffmpeg etc.) get dragged
into the image, along with all their dependencies (e.g. SDL).

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
 meta-oe/recipes-multimedia/libav/libav.inc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
index 388a567..54307af 100644
--- a/meta-oe/recipes-multimedia/libav/libav.inc
+++ b/meta-oe/recipes-multimedia/libav/libav.inc
@@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm"
 # faac faad2 lame schroedinger libgsm
 DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 inherit autotools pkgconfig
 
@@ -96,6 +96,7 @@ python populate_packages_prepend() {
     do_split_packages(d, av_libdir, '^lib(.*)\.so\..*',
                       output_pattern='lib%s',
                       description='libav %s library',
+                      extra_depends='',
                       prepend=True,
                       allow_links=True)
 
-- 
1.7.10.4




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

* Re: [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package
  2013-03-12 22:09 [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package Andreas Oberritter
@ 2013-03-13  9:15 ` Koen Kooi
  2013-03-13 16:33 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2013-03-13  9:15 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 12-03-13 23:09, Andreas Oberritter schreef:
> Otherwise the libav executables (avplay, ffmpeg etc.) get dragged into
> the image, along with all their dependencies (e.g. SDL).
> 
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org> --- 
> meta-oe/recipes-multimedia/libav/libav.inc |    3 ++- 1 file changed, 2
> insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-multimedia/libav/libav.inc
> b/meta-oe/recipes-multimedia/libav/libav.inc index 388a567..54307af
> 100644 --- a/meta-oe/recipes-multimedia/libav/libav.inc +++
> b/meta-oe/recipes-multimedia/libav/libav.inc @@ -11,7 +11,7 @@
> ARM_INSTRUCTION_SET = "arm" # faac faad2 lame schroedinger libgsm DEPENDS
> = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora
> ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
> 
> -INC_PR = "r7" +INC_PR = "r8"
> 
> inherit autotools pkgconfig
> 
> @@ -96,6 +96,7 @@ python populate_packages_prepend() { 
> do_split_packages(d, av_libdir, '^lib(.*)\.so\..*', 
> output_pattern='lib%s', description='libav %s library', +
> extra_depends='', prepend=True, allow_links=True)

Ah, so that's why that happens!

Acked-by: Koen Kooi <koen@dominion.thruhere.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFRQEPPMkyGM64RGpERAoWvAKCPmD5imlxQhkUotQftxW094mTzsgCbBMeG
FhxvbTNmnXhaKhfrgaeVigE=
=Jmzk
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package
  2013-03-12 22:09 [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package Andreas Oberritter
  2013-03-13  9:15 ` Koen Kooi
@ 2013-03-13 16:33 ` Martin Jansa
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-03-13 16:33 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

On Tue, Mar 12, 2013 at 11:09:21PM +0100, Andreas Oberritter wrote:
> Otherwise the libav executables (avplay, ffmpeg etc.) get dragged
> into the image, along with all their dependencies (e.g. SDL).

Applied, thanks!

> 
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
>  meta-oe/recipes-multimedia/libav/libav.inc |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-multimedia/libav/libav.inc b/meta-oe/recipes-multimedia/libav/libav.inc
> index 388a567..54307af 100644
> --- a/meta-oe/recipes-multimedia/libav/libav.inc
> +++ b/meta-oe/recipes-multimedia/libav/libav.inc
> @@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm"
>  # faac faad2 lame schroedinger libgsm
>  DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
>  
> -INC_PR = "r7"
> +INC_PR = "r8"
>  
>  inherit autotools pkgconfig
>  
> @@ -96,6 +96,7 @@ python populate_packages_prepend() {
>      do_split_packages(d, av_libdir, '^lib(.*)\.so\..*',
>                        output_pattern='lib%s',
>                        description='libav %s library',
> +                      extra_depends='',
>                        prepend=True,
>                        allow_links=True)
>  
> -- 
> 1.7.10.4
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2013-03-13 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-12 22:09 [meta-oe][PATCH] libav: library packages shouldn't rdepend on libav package Andreas Oberritter
2013-03-13  9:15 ` Koen Kooi
2013-03-13 16:33 ` Martin Jansa

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.