[oe-commits] Pramod Poudel : opencv-dsp-acceleration: Revision changed to 128

git version control git at git.openembedded.org
Fri Jul 23 06:22:00 UTC 2010


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

Author: Pramod Poudel <ktmpole at gmail.com>
Date:   Thu Jul 22 16:36:14 2010 -0500

opencv-dsp-acceleration: Revision changed to 128

*IMGLIB_PATH is changed to path where other TI tools are found.

Signed-off-by: Pramod Poudel <ktmpole at gmail.com>
Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/opencv/opencv-dsp-acceleration_svn.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/opencv/opencv-dsp-acceleration_svn.bb b/recipes/opencv/opencv-dsp-acceleration_svn.bb
index c225c51..788e8e2 100644
--- a/recipes/opencv/opencv-dsp-acceleration_svn.bb
+++ b/recipes/opencv/opencv-dsp-acceleration_svn.bb
@@ -2,7 +2,7 @@ LICENSE = "BSD"
 DEPENDS = "ti-codec-engine ti-dsplib"
 
 PV = "0+svnr${SRCPV}"
-SRCREV = "105"
+SRCREV = "128"
 
 SRC_URI = "svn://opencv-dsp-acceleration.googlecode.com/svn/;proto=http;module=trunk \
            http://focus.ti.com/lit/sw/sprc264/sprc264.zip;name=imglib \
@@ -22,7 +22,7 @@ export OPENCV_PATH = "${STAGING_INCDIR}"
 export DSPLIB_PATH = "${DSPLIB_INSTALL_DIR}"
 
 # You need to extract the imglib from the .exe manually and place it in /OE/tmp (or somewhere else and change the patch below)
-export IMGLIB_PATH = "/OE/tmp/imglib"
+export IMGLIB_PATH = "${STAGING_DIR}/${MULTIMACH_TARGET_SYS}${installdir}/imglib_v201"
 
 do_configure() {
 	echo "-l ${DSPLIB_INSTALL_DIR}/dsplib64plus.lib" >> ${S}/beagle/server/opencv_unitserver_evm3530/link.cmd





More information about the Openembedded-commits mailing list