From: Paul Eggleton Date: Mon, 1 Jul 2013 11:01:53 +0000 (+0100) Subject: python-native: add python-codecs-native to RPROVIDES X-Git-Tag: 2015-4~5990 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e9e03d44d6a402fecdf0d62ff09a1f6af9da10bb;p=openembedded-core.git python-native: add python-codecs-native to RPROVIDES This is now required by python-argparse-native as of OE-Core revision 8d0e84bdfaf63ad61be7b015dd55dacccfa9132c. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- 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/" inherit native -RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" +RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" EXTRA_OECONF_append = " --bindir=${bindir}/${PN}"