Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: "Anselmo L. S. Melo" <anselmo.melo@intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 1/1] opencv: fix runtime dependencies.
Date: Thu, 19 Oct 2017 10:40:10 -0700	[thread overview]
Message-ID: <20171019174010.4331-2-anselmo.melo@intel.com> (raw)
In-Reply-To: <20171019174010.4331-1-anselmo.melo@intel.com>

From: Ismo Puustinen <ismo.puustinen@intel.com>

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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@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 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 () {
 
     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'):
-- 
2.14.2



  reply	other threads:[~2017-10-19 17:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-19 17:40 [meta-oe][PATCH 0/1] pyro: Fix opencv build Anselmo L. S. Melo
2017-10-19 17:40 ` Anselmo L. S. Melo [this message]
2017-10-20 16:21   ` [meta-oe][PATCH 1/1] opencv: fix runtime dependencies Martin Jansa
2018-01-12 12:00     ` Mikko Gronoff
2017-10-19 17:47 ` [meta-oe][PATCH 0/1] pyro: Fix opencv build akuster808

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171019174010.4331-2-anselmo.melo@intel.com \
    --to=anselmo.melo@intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox