[oe-commits] Koen Kooi : gst-ffmpeg: fix internal-libav builds with inherit autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Fri May 15 17:14:18 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: 0d118d0216f75221f17644ecd154637288c68c1c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0d118d0216f75221f17644ecd154637288c68c1c

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Thu Apr  9 11:09:53 2015 +0200

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)

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 219feaa..5124c54 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"
 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 \



More information about the Openembedded-commits mailing list