diff options
Diffstat (limited to 'meta/classes/distutils-base.bbclass')
-rw-r--r-- | meta/classes/distutils-base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/distutils-base.bbclass b/meta/classes/distutils-base.bbclass index 68d7112166..15e945d518 100644 --- a/meta/classes/distutils-base.bbclass +++ b/meta/classes/distutils-base.bbclass | |||
@@ -10,5 +10,5 @@ def python_dir(d): | |||
10 | raise "No Python in STAGING_INCDIR. Forgot to build python-native ?" | 10 | raise "No Python in STAGING_INCDIR. Forgot to build python-native ?" |
11 | 11 | ||
12 | PYTHON_DIR = "${@python_dir(d)}" | 12 | PYTHON_DIR = "${@python_dir(d)}" |
13 | FILES_${PN} = "${bindir} ${libdir} ${libdir}/${PYTHON_DIR}" | 13 | FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}" |
14 | 14 | ||