summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-01-20 16:49:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-24 09:40:20 +0000
commit02440b5f807bac05ffc99ff1f74af6e5b01fef7b (patch)
tree29183031ae2e9cbab6d96cffa1b51b6961ecd335 /meta/recipes-devtools/python
parentb7ca05ddd75d37c54071d79f79b5a488c6603c01 (diff)
downloadpoky-02440b5f807bac05ffc99ff1f74af6e5b01fef7b.tar.gz
python-native: Make python-native also RPROVIDE python-unittest-native
The python-nose upgrade to 1.3.7 required a new unittest runtime dependency after this, bitbake cant find a runtime provider for it when trying to build python-nose-native, this patch makes python-native RPROVIDES python-unittest-native to fix the issue. (From OE-Core rev: 4583cd1bb15306e8f0ab7bcd80732e6f35aa4533) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.11.bb2
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
26inherit native 26inherit native
27 27
28RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" 28RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native"
29 29
30EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" 30EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"
31 31