Hi,

this single commit (0abf5af3ffd3d13c009a8ffcd5a6f045c36be837) has been in "pyro-next" branch for a long time. Can this be picked to "pyro" branch?


On 10/20/2017 07:21 PM, Martin Jansa wrote:
Follow the README and put [pyro] in the subject.

I've noticed this only because this doesn't apply to master where 3.2
version was removed 3 months ago with:
commit 31fceb560c0b81cff3aa439e3f43fd7a04dc477f
Author:     Ismo Puustinen <ismo.puusti...@intel.com>
AuthorDate: Thu Aug 10 12:58:18 2017 +0300
Commit:     Martin Jansa <martin.ja...@gmail.com>
CommitDate: Sun Aug 13 13:21:02 2017 +0200

     opencv: update to version 3.3.

and this commit is already in master.

On Thu, Oct 19, 2017 at 7:40 PM, Anselmo L. S. Melo <anselmo.m...@intel.com>
wrote:

From: Ismo Puustinen <ismo.puusti...@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.puusti...@intel.com>
Signed-off-by: Martin Jansa <martin.ja...@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



--
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to