Jate Sujjavanich <[email protected]> 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
