summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/opencv/opencv_4.7.0.bb2
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 361b004308..bad6f1508f 100644
--- a/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
+++ b/meta-oe/recipes-support/opencv/opencv_4.7.0.bb
@@ -162,7 +162,7 @@ python populate_packages:prepend () {
162 162
163 metapkg = pn 163 metapkg = pn
164 d.setVar('ALLOW_EMPTY:' + metapkg, "1") 164 d.setVar('ALLOW_EMPTY:' + metapkg, "1")
165 blacklist = [ metapkg, "libopencv-ts" ] 165 blacklist = [ metapkg ]
166 metapkg_rdepends = [ ] 166 metapkg_rdepends = [ ]
167 for pkg in packages[1:]: 167 for pkg in packages[1:]:
168 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'): 168 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'):