opencv: bump SRCREV and fix compat header
authorKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 20:12:55 +0000 (22:12 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 22 Jun 2010 20:12:55 +0000 (22:12 +0200)
recipes/opencv/opencv_svn.bb

index 7455523..c740420 100644 (file)
@@ -11,7 +11,7 @@ DEPENDS = "ffmpeg gtk+ libtool swig swig-native python jpeg bzip2 zlib libpng ti
 SRC_URI = "svn://code.ros.org/svn/opencv/trunk;module=opencv;proto=https \
 "
 
-SRCREV = "3217"
+SRCREV = "3241"
 PV = "2.1.0+svnr${SRCPV}"
 PR = "r1"
 
@@ -66,4 +66,5 @@ RDEPENDS_python-opencv = "python-core"
 
 do_install_append() {
        cp ${S}/include/opencv/*.h ${D}${includedir}/opencv/
+       sed -i '/blobtrack/d' ${D}${includedir}/opencv/cvaux.h
 }