summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-04-28 13:59:36 +0100
committerJoshua Lock <josh@linux.intel.com>2010-04-28 16:47:14 +0100
commit6458da896fffe33ab5db8cc2606e8225e16b0f36 (patch)
tree340e8d6ec9c0ed64eb422ab8ffda18815b3ae474 /meta/packages/gstreamer
parent29813a43b5c50bab571c3b593460c78aab65eac4 (diff)
downloadpoky-6458da896fffe33ab5db8cc2606e8225e16b0f36.tar.gz
Fix references to CROSS_DIR now that it has been removed
CROSS_DIR is no longer removed so fix up classes, packages and documentation which refer to it. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r--meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
index ad5ab59af4..65d60f9cea 100644
--- a/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
+++ b/meta/packages/gstreamer/gst-ffmpeg_0.10.1.bb
@@ -24,7 +24,7 @@ EXTRA_OECONF = "--disable-sdltest --disable-ffplay --disable-freetypetest \
24 24
25# We do this because the install program is called with -s which causes it to 25# We do this because the install program is called with -s which causes it to
26# call "strip" and it then mangles cross compiled stuff.. 26# call "strip" and it then mangles cross compiled stuff..
27PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" 27PATH_prepend="${STAGING_DIR_NATIVE}${prefix_native}/${TARGET_SYS}/bin:"
28 28
29# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg 29# Hack to get STAGING_LIBDIR into the linker path when building ffmpeg
30CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}" 30CC = "${CCACHE} ${HOST_PREFIX}gcc -L${STAGING_LIBDIR}"