[oe-commits] [meta-openembedded] 33/77: opencv: fix runtime dependencies.

git at git.openembedded.org git at git.openembedded.org
Mon Jun 12 07:11:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 0abf5af3ffd3d13c009a8ffcd5a6f045c36be837
Author: Ismo Puustinen <ismo.puustinen at intel.com>
AuthorDate: Thu Jun 8 12:57:31 2017 +0300

    opencv: fix runtime dependencies.
    
    The newly split "libopencv-ts" package is empty (and thus not created),
    because all ts files are installed in the development package. So, do
    not add a runtime dependency to libopencv-ts.
    
    Signed-off-by: Ismo Puustinen <ismo.puustinen at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/opencv/opencv_3.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/opencv/opencv_3.2.bb b/meta-oe/recipes-support/opencv/opencv_3.2.bb
index 535c761..fc62e99 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 () {
 
     metapkg =  pn
     d.setVar('ALLOW_EMPTY_' + metapkg, "1")
-    blacklist = [ metapkg ]
+    blacklist = [ metapkg, "libopencv-ts" ]
     metapkg_rdepends = [ ]
     for pkg in packages[1:]:
         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'):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list