aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opencv
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-26 21:56:00 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-26 23:57:23 +0100
commit8cd93743d763ac4895fa1d1578fd4ec972b22076 (patch)
tree8f0c37b4f590f6f8f86270d41222eaa4105a02a9 /meta-oe/recipes-support/opencv
parentb85b2dd813c1b0003d36a6954336431672c72103 (diff)
downloadmeta-openembedded-contrib-8cd93743d763ac4895fa1d1578fd4ec972b22076.tar.gz
Quoting fixes
* We have various variables which are either not quoted at all or are * half quoted. This patch fixes the bad exmaples so everything is consistent. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/opencv')
-rw-r--r--meta-oe/recipes-support/opencv/opencv_2.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb b/meta-oe/recipes-support/opencv/opencv_2.3.bb
index 0716e0fe4a..1a4bb4fde5 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb
@@ -65,7 +65,7 @@ FILES_${PN}-doc = "${datadir}/OpenCV/doc"
ALLOW_EMPTY_${PN} = "1"
-INSANE_SKIP_python-opencv = True
+INSANE_SKIP_python-opencv = "True"
DESCRIPTION_python-opencv = "Python bindings to opencv"
FILES_python-opencv = "${PYTHON_SITEPACKAGES_DIR}/*"
RDEPENDS_python-opencv = "python-core python-numpy"