diff options
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_3.2.bb b/meta-oe/recipes-support/opencv/opencv_3.2.bb index 535c761fa..fc62e9975 100644 --- a/meta-oe/recipes-support/opencv/opencv_3.2.bb +++ b/meta-oe/recipes-support/opencv/opencv_3.2.bb | |||
@@ -126,7 +126,7 @@ python populate_packages_prepend () { | |||
126 | 126 | ||
127 | metapkg = pn | 127 | metapkg = pn |
128 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") | 128 | d.setVar('ALLOW_EMPTY_' + metapkg, "1") |
129 | blacklist = [ metapkg ] | 129 | blacklist = [ metapkg, "libopencv-ts" ] |
130 | metapkg_rdepends = [ ] | 130 | metapkg_rdepends = [ ] |
131 | for pkg in packages[1:]: | 131 | for pkg in packages[1:]: |
132 | if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'): | 132 | if not pkg in blacklist and not pkg in metapkg_rdepends and not pkg.endswith('-dev') and not pkg.endswith('-dbg') and not pkg.endswith('-doc') and not pkg.endswith('-locale') and not pkg.endswith('-staticdev'): |