[OE-core] [PATCH 1/2] easyinstall: class to create and extend the easyinstall.pth file

Burton, Ross ross.burton at intel.com
Thu Dec 20 11:34:12 UTC 2012


On 19 December 2012 12:24, Burton, Ross <ross.burton at 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




More information about the Openembedded-core mailing list