diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-19 10:58:07 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-19 10:58:07 +0200 |
commit | 1e538fcb155e4ca5cddb6b9ea3916bfb21ff36d2 (patch) | |
tree | fdf3a2ce77812d41a16cabcafcd32ffd6d8bee3c /recipes | |
parent | fab2a49c1a2679bc92e62cba0a0a0c65ae032cac (diff) |
gstreamer-ti: fix build with non-external toolchains
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/dvsdk/gstreamer-ti_svn.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/dvsdk/gstreamer-ti_svn.bb b/recipes/dvsdk/gstreamer-ti_svn.bb index 0c4e2af482..85d85e0467 100644 --- a/recipes/dvsdk/gstreamer-ti_svn.bb +++ b/recipes/dvsdk/gstreamer-ti_svn.bb @@ -5,7 +5,7 @@ inherit autotools DEPENDS = "ti-dmai gstreamer gst-plugins-base gst-plugins-good gst-plugins-ugly" # Fetch source from svn repo -SRCREV = "225" +SRCREV = "285" SRC_URI = "svn://gforge.ti.com/svn/gstreamer_ti/trunk;module=gstreamer_ti;proto=https;user=anonymous;pswd='' \ " @@ -52,9 +52,9 @@ PLATFORM_beagleboard = "omap3530" export PLATFORM -CROSS_COMPILE=${META_SDK_PATH}/bin/${TARGET_PREFIX} -CSTOOL_DIR=${META_SDK_PATH} -MVTOOL_DIR=${META_SDK_PATH} +CROSS_COMPILE = "${CROSS_DIR}/bin/${TARGET_PREFIX}" +CSTOOL_DIR = "${CROSS_DIR}" +MVTOOL_DIR = "${CROSS_DIR}" export CROSS_COMPILE export CSTOOL_DIR export MVTOOL_DIR |