summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
diff options
context:
space:
mode:
authorAwais Belal <awais.belal@gmail.com>2014-12-05 16:40:10 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-11 11:34:55 +0000
commit7f7d3b729830849be35d6e6e48e600bcf5065f96 (patch)
treef9e6404e50454c75d5c0695e2a2be29b679950a4 /meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
parentacfb2982e851edb4505094f31bbba4bfbc88ca1e (diff)
downloadast2050-yocto-poky-7f7d3b729830849be35d6e6e48e600bcf5065f96.zip
ast2050-yocto-poky-7f7d3b729830849be35d6e6e48e600bcf5065f96.tar.gz
gstreamer1.0-libav: specify proper cross-prefix
This avoids a compile failure locating ranlib by providing the correct cross-prefix for build. (From OE-Core rev: 90c89e46377c3b9a04ee3616cd82ad6001aa6896) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
index 5ce28cc..aa2de69 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
@@ -18,7 +18,8 @@ SRCREV = "127202d6f65584891dabf92be031f0d170b0e7f1"
LIBAV_EXTRA_CONFIGURE_COMMON_ARG = "--target-os=linux \
--cc='${CC}' --as='${CC}' --ld='${CC}' --nm='${NM}' --ar='${AR}' \
- ${GSTREAMER_1_0_DEBUG}"
+ ${GSTREAMER_1_0_DEBUG} \
+ --cross-prefix='${HOST_PREFIX}'"
do_configure() {
./autogen.sh --noconfigure
OpenPOWER on IntegriCloud