diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2015-04-09 11:09:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-09 19:48:01 +0100 |
commit | 4ac5d1011fe6b5bba9511416082891e925cbd03c (patch) | |
tree | d1e77d39197cbea8acafb8f7c3397e731f649c3e | |
parent | 3657e0fc2cd48a08035c7a0ab4da7e6666d2d91d (diff) | |
download | openembedded-core-4ac5d1011fe6b5bba9511416082891e925cbd03c.tar.gz openembedded-core-4ac5d1011fe6b5bba9511416082891e925cbd03c.tar.bz2 openembedded-core-4ac5d1011fe6b5bba9511416082891e925cbd03c.zip |
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
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 e1a13c4bd1..b5c838f9ea 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 \ |