diff options
author | Nick D'Ademo <nickdademo@gmail.com> | 2014-05-07 08:20:36 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:16 +0200 |
commit | e5d70fb940b674d374c12303b55630df027ea8b5 (patch) | |
tree | 7aebb610038a9c61c6c51844730a07f21b55604d /meta-oe/recipes-support | |
parent | 1fe211750e11420095dd29e08eba4bb615d9ffca (diff) | |
download | meta-openembedded-e5d70fb940b674d374c12303b55630df027ea8b5.tar.gz |
opencv: Bump SRCREV to 2.4.9 release tag, PV is now 2.4.9+git.
Signed-off-by: Nick D'Ademo <nickdademo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_2.4.bb | 4 |
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 405906327..63d7c8b25 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 | ||
10 | DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0" | 10 | DEPENDS = "python-numpy libtool swig swig-native python bzip2 zlib glib-2.0" |
11 | 11 | ||
12 | SRCREV = "a4b34e7ae10351fc4d30dc55995679340efc488e" | 12 | SRCREV = "df8e28283f09825cca0c2902160b7abebcfe1b64" |
13 | SRC_URI = "git://github.com/Itseez/opencv.git;branch=2.4 \ | 13 | SRC_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 | ||
17 | PV = "2.4.8+git${SRCPV}" | 17 | PV = "2.4.9+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||