All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] opencv: do not depend on swig.
@ 2017-03-23 10:48 Ismo Puustinen
  2017-03-30  9:39 ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Ismo Puustinen @ 2017-03-23 10:48 UTC (permalink / raw)
  To: openembedded-devel

Since swig is a code generator, just depend on swig-native.

Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.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 f47347a..cf77fe8 100644
--- a/meta-oe/recipes-support/opencv/opencv_3.2.bb
+++ b/meta-oe/recipes-support/opencv/opencv_3.2.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2b2f8752cc5edf504d283107d033f544"
 ARM_INSTRUCTION_SET_armv4 = "arm"
 ARM_INSTRUCTION_SET_armv5 = "arm"
 
-DEPENDS = "libtool swig swig-native python bzip2 zlib glib-2.0 libwebp"
+DEPENDS = "libtool swig-native python bzip2 zlib glib-2.0 libwebp"
 
 SRCREV_opencv = "70bbf17b133496bd7d54d034b0f94bd869e0e810"
 SRCREV_contrib = "86342522b0eb2b16fa851c020cc4e0fef4e010b7"
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] opencv: do not depend on swig.
  2017-03-23 10:48 [PATCH] opencv: do not depend on swig Ismo Puustinen
@ 2017-03-30  9:39 ` Martin Jansa
  2017-04-03 14:33   ` Puustinen, Ismo
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2017-03-30  9:39 UTC (permalink / raw)
  To: Ismo Puustinen; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1394 bytes --]

On Thu, Mar 23, 2017 at 12:48:16PM +0200, Ismo Puustinen wrote:
> Since swig is a code generator, just depend on swig-native.

Seems to cause following failure:
http://errors.yoctoproject.org/Errors/Details/138491/

> 
> Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.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 f47347a..cf77fe8 100644
> --- a/meta-oe/recipes-support/opencv/opencv_3.2.bb
> +++ b/meta-oe/recipes-support/opencv/opencv_3.2.bb
> @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=2b2f8752cc5edf504d283107d033f544"
>  ARM_INSTRUCTION_SET_armv4 = "arm"
>  ARM_INSTRUCTION_SET_armv5 = "arm"
>  
> -DEPENDS = "libtool swig swig-native python bzip2 zlib glib-2.0 libwebp"
> +DEPENDS = "libtool swig-native python bzip2 zlib glib-2.0 libwebp"
>  
>  SRCREV_opencv = "70bbf17b133496bd7d54d034b0f94bd869e0e810"
>  SRCREV_contrib = "86342522b0eb2b16fa851c020cc4e0fef4e010b7"
> -- 
> 2.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] opencv: do not depend on swig.
  2017-03-30  9:39 ` Martin Jansa
@ 2017-04-03 14:33   ` Puustinen, Ismo
  2017-04-03 15:04     ` Martin Jansa
  0 siblings, 1 reply; 4+ messages in thread
From: Puustinen, Ismo @ 2017-04-03 14:33 UTC (permalink / raw)
  To: martin.jansa; +Cc: openembedded-devel

On Thu, 2017-03-30 at 11:39 +0200, Martin Jansa wrote:
> On Thu, Mar 23, 2017 at 12:48:16PM +0200, Ismo Puustinen wrote:
> > Since swig is a code generator, just depend on swig-native.
> 
> Seems to cause following failure:
> http://errors.yoctoproject.org/Errors/Details/138491/

This is bit of a mystery to me. Gflags should be unrelated to swig...
Was this build done with a special PACKAGECONFIG?

Ismo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] opencv: do not depend on swig.
  2017-04-03 14:33   ` Puustinen, Ismo
@ 2017-04-03 15:04     ` Martin Jansa
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Jansa @ 2017-04-03 15:04 UTC (permalink / raw)
  To: Puustinen, Ismo; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 718 bytes --]

On Mon, Apr 03, 2017 at 02:33:36PM +0000, Puustinen, Ismo wrote:
> On Thu, 2017-03-30 at 11:39 +0200, Martin Jansa wrote:
> > On Thu, Mar 23, 2017 at 12:48:16PM +0200, Ismo Puustinen wrote:
> > > Since swig is a code generator, just depend on swig-native.
> > 
> > Seems to cause following failure:
> > http://errors.yoctoproject.org/Errors/Details/138491/
> 
> This is bit of a mystery to me. Gflags should be unrelated to swig...
> Was this build done with a special PACKAGECONFIG?

There was another change which caused this issue, send version rebased
on master-next because one of your colleagues decided to drop target
python as well.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-03 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-23 10:48 [PATCH] opencv: do not depend on swig Ismo Puustinen
2017-03-30  9:39 ` Martin Jansa
2017-04-03 14:33   ` Puustinen, Ismo
2017-04-03 15:04     ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.