diff options
-rw-r--r-- | 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 388a567166..54307afda5 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" | |||
11 | # faac faad2 lame schroedinger libgsm | 11 | # faac faad2 lame schroedinger libgsm |
12 | DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" | 12 | DEPENDS = "x264 virtual/libsdl zlib libogg libvorbis libvpx libtheora ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'liba52', d)}" |
13 | 13 | ||
14 | INC_PR = "r7" | 14 | INC_PR = "r8" |
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
@@ -96,6 +96,7 @@ python populate_packages_prepend() { | |||
96 | do_split_packages(d, av_libdir, '^lib(.*)\.so\..*', | 96 | do_split_packages(d, av_libdir, '^lib(.*)\.so\..*', |
97 | output_pattern='lib%s', | 97 | output_pattern='lib%s', |
98 | description='libav %s library', | 98 | description='libav %s library', |
99 | extra_depends='', | ||
99 | prepend=True, | 100 | prepend=True, |
100 | allow_links=True) | 101 | allow_links=True) |
101 | 102 | ||