From a2e554f731437545e9483a7a73e6847c03f6f48a Mon Sep 17 00:00:00 2001 From: Morgan Little Date: Thu, 19 Jul 2012 13:46:06 -0400 Subject: 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. Signed-off-by: Richard Purdie --- meta/classes/pythonnative.bbclass | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta/classes/pythonnative.bbclass (limited to 'meta/classes/pythonnative.bbclass') diff --git a/meta/classes/pythonnative.bbclass b/meta/classes/pythonnative.bbclass new file mode 100644 index 0000000000..bc346da58d --- /dev/null +++ b/meta/classes/pythonnative.bbclass @@ -0,0 +1,3 @@ +PYTHON="${STAGING_BINDIR_NATIVE}/python-native/python" +PATH_prepend = "${STAGING_BINDIR_NATIVE}/python-native:" +DEPENDS += " python-native " -- cgit v1.2.3