diff options
-rw-r--r-- | meta/recipes-devtools/python/python-native_2.7.11.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-native_2.7.11.bb b/meta/recipes-devtools/python/python-native_2.7.11.bb index 34f5c2914e..4c204a4f0f 100644 --- a/meta/recipes-devtools/python/python-native_2.7.11.bb +++ b/meta/recipes-devtools/python/python-native_2.7.11.bb | |||
@@ -25,7 +25,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${PN}:" | |||
25 | 25 | ||
26 | inherit native | 26 | inherit native |
27 | 27 | ||
28 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" | 28 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" |
29 | 29 | ||
30 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" | 30 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" |
31 | 31 | ||