diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.3.bb b/meta/recipes-devtools/python/python-native_2.7.3.bb index 39d53bb03c..ef891b246c 100644 --- a/meta/recipes-devtools/python/python-native_2.7.3.bb +++ b/meta/recipes-devtools/python/python-native_2.7.3.bb | |||
@@ -23,7 +23,7 @@ FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/" | |||
23 | 23 | ||
24 | inherit native | 24 | inherit native |
25 | 25 | ||
26 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" | 26 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" |
27 | 27 | ||
28 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" | 28 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" |
29 | 29 | ||