diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-30 13:40:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-08-03 12:46:05 -0700 |
commit | 713508343d70a31ccfe1bdee7fee8038e65b8c40 (patch) | |
tree | 37f5d14a294da3f59e4087d75e3fa20db347c45a /recipes/gstreamer/gst-ffmpeg_0.10.7.bb | |
parent | 07733978e28ec682fbabac61325fe3dc22d6dbda (diff) |
recipes: Fix the PATHs for toolchains.
* Look into the new multi-machine friendly installation.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gstreamer/gst-ffmpeg_0.10.7.bb')
-rw-r--r-- | recipes/gstreamer/gst-ffmpeg_0.10.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb index 8a1d56edb5..a8bbbec507 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb @@ -25,7 +25,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="${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin:" +PATH_prepend="${TOOLCHAIN_PATH}/${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}" |