summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv/opencv_2.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/opencv/opencv_2.4.bb')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support/opencv/opencv_2.4.bb
index 733fe44cc5..3b10b55bcb 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.4.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb
@@ -10,7 +10,8 @@ ARM_INSTRUCTION_SET = "arm"
10DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0" 10DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0"
11 11
12SRCREV = "2c9547e3147779001811d01936aed38f560929fc" 12SRCREV = "2c9547e3147779001811d01936aed38f560929fc"
13SRC_URI = "git://github.com/Itseez/opencv.git;branch=2.4" 13SRC_URI = "git://github.com/Itseez/opencv.git;branch=2.4 \
14 file://0001-Use-__vector-instead-of-vector-as-suggests-Eigen.patch"
14 15
15PV = "2.4.11+git${SRCPV}" 16PV = "2.4.11+git${SRCPV}"
16 17