All of lore.kernel.org
 help / color / mirror / Atom feed
* Opencv 3.2 with python2
@ 2017-05-04 19:10 david bensoussan
  2017-05-05  7:04 ` Jussi Kukkonen
  0 siblings, 1 reply; 2+ messages in thread
From: david bensoussan @ 2017-05-04 19:10 UTC (permalink / raw)
  To: OE-core

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

Here is a patch that starts using python3 by default on opencv:
https://github.com/openembedded/meta-openembedded/commit/f66aa42d9e6204ad3f5af05faf1abec652f7ac1e

I have tried using python2 by setting up:

PACKAGECONFIG_append = "python2"
PACKAGECONFIG_remove = "python3"

Without success since this commit. Am I missing something?
-- 

*David bensoussan*
Roboticist / Embedded Software Engineer
------------------------------

*Synapticon* | Robotic Control Systems
Mobile: 004915779804515 / 0033659971070

[-- Attachment #2: Type: text/html, Size: 3326 bytes --]

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

* Re: Opencv 3.2 with python2
  2017-05-04 19:10 Opencv 3.2 with python2 david bensoussan
@ 2017-05-05  7:04 ` Jussi Kukkonen
  0 siblings, 0 replies; 2+ messages in thread
From: Jussi Kukkonen @ 2017-05-05  7:04 UTC (permalink / raw)
  To: david bensoussan; +Cc: OE-core

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

On 4 May 2017 at 22:10, david bensoussan <minipada@gmail.com> wrote:
>
>
> Here is a patch that starts using python3 by default on opencv:
https://github.com/openembedded/meta-openembedded/commit/f66aa42d9e6204ad3f5af05faf1abec652f7ac1e
>
> I have tried using python2 by setting up:
>
> PACKAGECONFIG_append = "python2"
> PACKAGECONFIG_remove = "python3"
>
> Without success since this commit. Am I missing something?

openembedded-devel might be a better list for meta-openembedded issues.

You don't actually mention how your attempt fails... but when lists are
appended to, the value should be prefixed with a space (" python2"). Use
"bitbake -e opencv | grep ^PACKAGECONFIG" to see what you really end up
with.

Jussi

[-- Attachment #2: Type: text/html, Size: 1053 bytes --]

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

end of thread, other threads:[~2017-05-05  7:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-04 19:10 Opencv 3.2 with python2 david bensoussan
2017-05-05  7:04 ` Jussi Kukkonen

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.