[oe-commits] Andreas Oberritter : libav: library packages shouldn' t rdepend on libav package

git at git.openembedded.org git at git.openembedded.org
Wed Mar 13 16:31:15 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 44c440e2b9a5930f66cc05541f4a5bf99df8f355
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=44c440e2b9a5930f66cc05541f4a5bf99df8f355

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Mar 12 22:09:21 2013 +0000

libav: library packages shouldn't rdepend on libav package

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 at opendreambox.org>
Acked-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/libav/libav.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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)
 





More information about the Openembedded-commits mailing list