diff options
-rw-r--r-- | meta-oe/recipes-support/opencv/opencv_4.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb index d02fd34aee..a1fbaaa091 100644 --- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb +++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb | |||
@@ -163,7 +163,7 @@ python populate_packages:prepend () { | |||
163 | 163 | ||
164 | metapkg = pn | 164 | metapkg = pn |
165 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") | 165 | d.setVar('ALLOW_EMPTY:' + metapkg, "1") |
166 | blacklist = [ metapkg, "libopencv-ts" ] | 166 | blacklist = [ metapkg ] |
167 | metapkg_rdepends = [ ] | 167 | metapkg_rdepends = [ ] |
168 | for pkg in packages[1:]: | 168 | for pkg in packages[1:]: |
169 | 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'): | 169 | 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'): |