aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-21 10:54:53 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-22 10:13:04 -0700
commitdc69812bdf6bdb19d9738079b06e7d2a55d11437 (patch)
treef30ed702405aa7c4adef706baebfbd1002ced96b /recipes/gstreamer/gst-ffmpeg_0.10.4.bb
parentfff85c73672c01afa7d1b27c68cc6b37453ff607 (diff)
downloadopenembedded-dc69812bdf6bdb19d9738079b06e7d2a55d11437.tar.gz
recipes: Fix references to CROSS_DIR
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gstreamer/gst-ffmpeg_0.10.4.bb')
-rw-r--r--recipes/gstreamer/gst-ffmpeg_0.10.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
index 19d1bb1091..28a753d8f2 100644
--- a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
+++ b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
# We do this because the install program is called with -s which causes it to
# call "strip" and it then mangles cross compiled stuff..
-PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:"
+PATH_prepend="${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin:"
# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}"