diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-01 12:01:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-02 22:23:50 +0100 |
commit | 23e87bdbcd86f3361d834f8d87bf87f478bbf316 (patch) | |
tree | c3df0e6e3b9e68f450d28834c6fe81170f90ded4 /meta/recipes-devtools/python | |
parent | 61d051c37d85407d20c41f8dda274d279cc17bee (diff) | |
download | poky-23e87bdbcd86f3361d834f8d87bf87f478bbf316.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 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>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r-- | meta/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 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/" | |||
23 | 23 | ||
24 | inherit native | 24 | inherit native |
25 | 25 | ||
26 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" | 26 | RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-codecs-native python-core-native" |
27 | 27 | ||
28 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" | 28 | EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" |
29 | 29 | ||