]> code.ossystems Code Review - openembedded-core.git/commitdiff
gst-ffmpeg: fix internal-libav builds with inherit autotools-brokensep
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 9 Apr 2015 09:09:53 +0000 (11:09 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:04 +0000 (18:12 +0100)
Building the internal copy of ffmpeg is broken when using S!=B, so
inherit autotools-brokensep

(From OE-Core master rev: 4ac5d1011fe6b5bba9511416082891e925cbd03c)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb

index 219feaafc99e296b8ce7203f633a8179630d8073..5124c54ba3e3cc7ca10e4081b2a4c97bc3aba8ec 100644 (file)
@@ -14,7 +14,7 @@ LICENSE_FLAGS = "commercial"
 HOMEPAGE = "http://www.gstreamer.net/"
 DEPENDS = "gstreamer gst-plugins-base zlib bzip2 yasm-native libpostproc"
 
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
 
 SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://lower-rank.diff \