Files
poky/meta/classes/pythonnative.bbclass
Morgan Little 093ed41b0f python-native: Put binaries in seperate directory
Update python-native to install the binaries in the python-native directory,
add pythonnative.bbclass to let recipes that need python-native use the
binaries and update disutils access the new binaries. Update distutils-base
to inherit pythonnative.

(From OE-Core rev: a2e554f731437545e9483a7a73e6847c03f6f48a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22 11:42:20 +01:00

4 lines
141 B
Plaintext

PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python"
PATH_prepend = "${STAGING_BINDIR_NATIVE}/python-native:"
DEPENDS += " python-native "