mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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 rev: 4ac5d1011fe6b5bba9511416082891e925cbd03c) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d275504b00
commit
8284e3e98d
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user