From: Alejandro Hernandez Date: Wed, 20 Jan 2016 16:49:59 +0000 (+0000) Subject: python-native: Make python-native also RPROVIDE python-unittest-native X-Git-Tag: 2016-4~1440 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4583cd1bb15306e8f0ab7bcd80732e6f35aa4533;p=openembedded-core.git 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. Signed-off-by: Alejandro Hernandez Signed-off-by: Ross Burton --- 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}:" inherit native -RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" +RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native python-unittest-native" EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"