summaryrefslogtreecommitdiffstats
path: root/meta/classes/distutils-base.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/distutils-base.bbclass')
-rw-r--r--meta/classes/distutils-base.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass
index 5150be76b9..5d6d9981e0 100644
--- a/meta/classes/distutils-base.bbclass
+++ b/meta/classes/distutils-base.bbclass
@@ -3,7 +3,6 @@ DEPENDS += "${@["python-native python", ""][(bb.data.getVar('PACKAGES', d, 1) =
3RDEPENDS += "python-core" 3RDEPENDS += "python-core"
4 4
5def python_dir(d): 5def python_dir(d):
6 import os, bb
7 staging_incdir = bb.data.getVar( "STAGING_INCDIR", d, 1 ) 6 staging_incdir = bb.data.getVar( "STAGING_INCDIR", d, 1 )
8 if os.path.exists( "%s/python2.5" % staging_incdir ): return "python2.5" 7 if os.path.exists( "%s/python2.5" % staging_incdir ): return "python2.5"
9 if os.path.exists( "%s/python2.4" % staging_incdir ): return "python2.4" 8 if os.path.exists( "%s/python2.4" % staging_incdir ): return "python2.4"