diff options
author | Pramod Poudel <ktmpole@gmail.com> | 2010-07-22 16:36:14 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-23 14:28:19 -0700 |
commit | 80b63ab66c66760e3b57a00fe3594c6fd4c41b0c (patch) | |
tree | 8644af5d6c595af228fecd5f74a7f023bb8a31ac /recipes/opencv | |
parent | 517c18f42c6b4cb944357d692894505e73bdef1a (diff) |
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@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/opencv')
-rw-r--r-- | 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 c225c5102a..788e8e21ee 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 |