[oe-commits] Paul Eggleton : python-native: add python-codecs-native to RPROVIDES

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 09:46:00 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: e1e218ffcb3479607a30f02877ee504637c5418e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e1e218ffcb3479607a30f02877ee504637c5418e

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Jul  1 12:01:53 2013 +0100

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 at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/python/python-native_2.7.3.bb |    2 +-
 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 162eced..f3519b0 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}"
 



More information about the Openembedded-commits mailing list