From: Koen Kooi Date: Tue, 22 Jun 2010 20:12:55 +0000 (+0200) Subject: opencv: bump SRCREV and fix compat header X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34a12af48dbd4ea072831fa3ef475806776c63ef;p=openembedded.git opencv: bump SRCREV and fix compat header --- diff --git a/recipes/opencv/opencv_svn.bb b/recipes/opencv/opencv_svn.bb index 745552379d..c7404202f1 100644 --- a/recipes/opencv/opencv_svn.bb +++ b/recipes/opencv/opencv_svn.bb @@ -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 }