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>
This commit is contained in:
Paul Eggleton 2013-07-01 12:01:53 +01:00 committed by Richard Purdie
parent 61d051c37d
commit 23e87bdbcd
1 changed files with 1 additions and 1 deletions

View 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}"