mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
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@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d23978011c
commit
44c440e2b9
@@ -11,7 +11,7 @@ ARM_INSTRUCTION_SET = "arm"
|
|||||||
# faac faad2 lame schroedinger libgsm
|
# faac faad2 lame schroedinger libgsm
|
||||||
DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}"
|
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
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
@@ -96,6 +96,7 @@ python populate_packages_prepend() {
|
|||||||
do_split_packages(d, av_libdir, '^lib(.*)\.so\..*',
|
do_split_packages(d, av_libdir, '^lib(.*)\.so\..*',
|
||||||
output_pattern='lib%s',
|
output_pattern='lib%s',
|
||||||
description='libav %s library',
|
description='libav %s library',
|
||||||
|
extra_depends='',
|
||||||
prepend=True,
|
prepend=True,
|
||||||
allow_links=True)
|
allow_links=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user