[oe-commits] Koen Kooi : gstreamer-ti: fix build with non-external toolchains

git version control git at git.openembedded.org
Fri Jun 19 13:14:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1e538fcb155e4ca5cddb6b9ea3916bfb21ff36d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1e538fcb155e4ca5cddb6b9ea3916bfb21ff36d2

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jun 19 10:58:07 2009 +0200

gstreamer-ti: fix build with non-external toolchains

---

 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 0c4e2af..85d85e0 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





More information about the Openembedded-commits mailing list