]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-native: add python-codecs-native to RPROVIDES
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 1 Jul 2013 11:01:53 +0000 (12:01 +0100)
committerSaul Wold <sgw@linux.intel.com>
Tue, 2 Jul 2013 14:58:09 +0000 (07:58 -0700)
This is now required by python-argparse-native as of OE-Core revision
8d0e84bdfaf63ad61be7b015dd55dacccfa9132c.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/python/python-native_2.7.3.bb

index 39d53bb03c4ff2b30e80444ddd1edec69663e7b3..ef891b246c771178a0bc66e8a19bb680fd4d4c4d 100644 (file)
@@ -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}"