diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2015-08-19 17:05:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:11:12 +0200 |
commit | 223e3d1d687178820a841582e9f7ba1716d80009 (patch) | |
tree | 3caedfd30a9cabce598fbf5cf8d23851a245469c /meta-oe/recipes-support/opencv/opencv_2.4.bb | |
parent | 4fc4326a0c7510d293b8108696beda4b395e0e2d (diff) | |
download | meta-openembedded-223e3d1d687178820a841582e9f7ba1716d80009.tar.gz |
opencv_2.4: Update LICENSE
LICENSE file at the root of the opencv repo says:
License Agreement
For Open Source Computer Vision Library
(3-clause BSD License)
Credits-to: Paul Eggleton <paul.eggleton@linux.intel.com>
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/opencv_2.4.bb')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_2.4.bb | 2 |
1 files changed, 1 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 75441fd0c..ca378d7ab 100644 --- a/meta-oe/recipes-support/opencv/opencv_2.4.bb +++ b/meta-oe/recipes-support/opencv/opencv_2.4.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Opencv : The Open Computer Vision Library" | |||
2 | HOMEPAGE = "http://opencv.willowgarage.com/wiki/" | 2 | HOMEPAGE = "http://opencv.willowgarage.com/wiki/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://include/opencv2/opencv.hpp;endline=41;md5=6d690d8488a6fca7a2c192932466bb14" | 6 | LIC_FILES_CHKSUM = "file://include/opencv2/opencv.hpp;endline=41;md5=6d690d8488a6fca7a2c192932466bb14" |
7 | 7 | ||
8 | ARM_INSTRUCTION_SET = "arm" | 8 | ARM_INSTRUCTION_SET = "arm" |