On 19 December 2012 12:24, Burton, Ross <ross.bur...@intel.com> wrote:
>> From your description I could not find the version of python-mako that uses
>> the --s-v-e-m option.
>> Where can I find this version of the file? Maybe I was just looking at the
>> wrong repository...
>
> The patch isn't in meta-oe yet, it's in the list archives somewhere
> but it's also on my branch here:
>
> http://git.openembedded.org/meta-openembedded-contrib/commit/?h=ross/piglit&id=2d6ae0a328c2e3d24e43b2858c70a5f404796d21

Not sure how I failed to notice this, but there's a setuptools.bbclass
in oe-core:

inherit distutils

DEPENDS += "python-setuptools-native"

DISTUTILS_INSTALL_ARGS = "--root=${D} \
    --single-version-externally-managed \
    --prefix=${prefix} \
    --install-lib=${PYTHON_SITEPACKAGES_DIR} \
    --install-data=${datadir}"

Yeah, that.  I'll fix python-mako and this should be suitable for you too.

Ross

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to