summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_2.4.bb b/meta-oe/recipes-support/opencv/opencv_2.4.bb
index ccb26e009..9dd9cd047 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.4.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb
@@ -9,12 +9,12 @@ ARM_INSTRUCTION_SET = "arm"
9 9
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 = "6fae07ba8867b8fd2c53344a774aab669afa7c5e" 12SRCREV = "c5afaa4e8dfe507e87531f7688b9cf65c1f701c6"
13SRC_URI = "git://github.com/Itseez/opencv.git;branch=2.4 \ 13SRC_URI = "git://github.com/Itseez/opencv.git;branch=2.4 \
14 file://opencv-fix-pkgconfig-generation.patch \ 14 file://opencv-fix-pkgconfig-generation.patch \
15" 15"
16 16
17PV = "2.4.3+git${SRCPV}" 17PV = "2.4.6+git${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20