[OE-core] [PATCH] python2: Add PACKAGECONFIG for tkinter to support tk from meta-oe

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Jul 14 15:31:42 UTC 2014


Jate Sujjavanich <jatedev-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org>
writes:

> +PACKAGECONFIG[tkinter] = ",,tk,tk tk-lib"

What do you want to reach with this?  Afais, build is not more deterministic
than before and requiring both 'tk' and 'tk-lib' when 'tkinter' is *not*
enabled does not look sane to me either.

You probably want something like

| PACKAGECONFIG[tkinter]="--with-tkinter, --without-tkinter, tk tk-lib"

although I do not know/checked whether '--with*-tkinter' is supported by
python's configure script.


Enrico



More information about the Openembedded-core mailing list