diff options
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.17.bb b/meta/recipes-devtools/python/python_2.7.17.bb index ef5d564481..5807f63db4 100644 --- a/meta/recipes-devtools/python/python_2.7.17.bb +++ b/meta/recipes-devtools/python/python_2.7.17.bb | |||
@@ -218,7 +218,7 @@ python(){ | |||
218 | d.appendVar('FILES_' + pypackage, ' ' + value) | 218 | d.appendVar('FILES_' + pypackage, ' ' + value) |
219 | if include_pycs == '1': | 219 | if include_pycs == '1': |
220 | if value.endswith('.py'): | 220 | if value.endswith('.py'): |
221 | d.appendVar('FILES_' + pypackage, ' ' + value + 'c') | 221 | d.appendVar('FILES_' + pypackage, ' ' + value + '?') |
222 | 222 | ||
223 | for value in python_manifest[key]['rdepends']: | 223 | for value in python_manifest[key]['rdepends']: |
224 | # Make it work with or without $PN | 224 | # Make it work with or without $PN |