diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2015-04-09 11:09:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-15 18:12:42 +0100 |
commit | d685adb430df5610ef1aead35825e66f265b8612 (patch) | |
tree | 689f59b011f60a9974a24898c2a02b40cec61af4 /meta | |
parent | 35bbff5e5d7596b6f811a001ccd3fb9965268475 (diff) | |
download | poky-d685adb430df5610ef1aead35825e66f265b8612.tar.gz |
gst-ffmpeg: fix internal-libav builds with inherit autotools-brokensep
Building the internal copy of ffmpeg is broken when using S!=B, so
inherit autotools-brokensep
(From OE-Core master rev: 4ac5d1011fe6b5bba9511416082891e925cbd03c)
(From OE-Core rev: 0d118d0216f75221f17644ecd154637288c68c1c)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb index 219feaafc9..5124c54ba3 100644 --- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb +++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | |||
@@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial" | |||
14 | HOMEPAGE = "http://www.gstreamer.net/" | 14 | HOMEPAGE = "http://www.gstreamer.net/" |
15 | DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc" | 15 | DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc" |
16 | 16 | ||
17 | inherit autotools pkgconfig | 17 | inherit autotools-brokensep pkgconfig |
18 | 18 | ||
19 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ | 19 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ |
20 | file://lower-rank.diff \ | 20 | file://lower-rank.diff \ |