summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/lib/recipetool/create_buildsys_python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_buildsys_python.py b/scripts/lib/recipetool/create_buildsys_python.py
index 5686a62d3f..4675cc68fa 100644
--- a/scripts/lib/recipetool/create_buildsys_python.py
+++ b/scripts/lib/recipetool/create_buildsys_python.py
@@ -565,7 +565,7 @@ class PythonRecipeHandler(RecipeHandler):
565 pkgdata_dir = tinfoil.config_data.getVar('PKGDATA_DIR') 565 pkgdata_dir = tinfoil.config_data.getVar('PKGDATA_DIR')
566 566
567 ldata = tinfoil.config_data.createCopy() 567 ldata = tinfoil.config_data.createCopy()
568 bb.parse.handle('classes/python3-dir.bbclass', ldata, True) 568 bb.parse.handle('classes-recipe/python3-dir.bbclass', ldata, True)
569 python_sitedir = ldata.getVar('PYTHON_SITEPACKAGES_DIR') 569 python_sitedir = ldata.getVar('PYTHON_SITEPACKAGES_DIR')
570 570
571 dynload_dir = os.path.join(os.path.dirname(python_sitedir), 'lib-dynload') 571 dynload_dir = os.path.join(os.path.dirname(python_sitedir), 'lib-dynload')