diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2016-12-14 00:46:11 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:23:19 +0100 |
commit | 68a23a497cad73a18b091b291ca4ccb0515aa0d7 (patch) | |
tree | 12226cc9a9af8d853a9742835cf044594f916850 /meta-oe/recipes-support/opencv | |
parent | 2d2bb4fd86d913d9f22081af66d55ff17633d9e2 (diff) | |
download | meta-openembedded-68a23a497cad73a18b091b291ca4ccb0515aa0d7.tar.gz |
opencv: Update repository location
All opencv repos are now on github.com/opencv
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_3.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.1.bb b/meta-oe/recipes-support/opencv/opencv_3.1.bb index a0dd98131..fa2fdb6e6 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.1.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.1.bb | |||
@@ -16,9 +16,9 @@ SRCREV_party3 = "81a676001ca8075ada498583e4166079e5744668" | |||
16 | IPP_MD5 = "808b791a6eac9ed78d32a7666804320e" | 16 | IPP_MD5 = "808b791a6eac9ed78d32a7666804320e" |
17 | 17 | ||
18 | SRCREV_FORMAT = "opencv" | 18 | SRCREV_FORMAT = "opencv" |
19 | SRC_URI = "git://github.com/Itseez/opencv.git;name=opencv \ | 19 | SRC_URI = "git://github.com/opencv/opencv.git;name=opencv \ |
20 | git://github.com/Itseez/opencv_contrib.git;destsuffix=contrib;name=contrib \ | 20 | git://github.com/opencv/opencv_contrib.git;destsuffix=contrib;name=contrib \ |
21 | git://github.com/Itseez/opencv_3rdparty.git;branch=ippicv/master_20151201;destsuffix=party3;name=party3 \ | 21 | git://github.com/opencv/opencv_3rdparty.git;branch=ippicv/master_20151201;destsuffix=party3;name=party3 \ |
22 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ | 22 | file://0001-3rdparty-ippicv-Use-pre-downloaded-ipp.patch \ |
23 | file://fixgcc60.patch \ | 23 | file://fixgcc60.patch \ |
24 | file://fixpkgconfig.patch \ | 24 | file://fixpkgconfig.patch \ |