aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-01 12:01:53 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-07-08 16:28:30 +0100
commite1e218ffcb3479607a30f02877ee504637c5418e (patch)
treeed71fdf15c8e5afb2ac7f4a6386cce8cce943323
parent1832280f616fe7010260afb53bbc3b1c6d7ea08b (diff)
downloadopenembedded-core-e1e218ffcb3479607a30f02877ee504637c5418e.tar.gz
python-native: add python-codecs-native to RPROVIDES
This is now required by python-argparse-native as of OE-Core revision 8d0e84bdfaf63ad61be7b015dd55dacccfa9132c. (From OE-Core master rev: e9e03d44d6a402fecdf0d62ff09a1f6af9da10bb) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/python/python-native_2.7.3.bb2
1 files changed, 1 insertions, 1 deletions
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 162ecedb73..f3519b0a70 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}"