diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-10 21:07:12 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-10 21:08:28 +0800 |
commit | 25c00dae8ed1a10e5e3c888b064819c9a8dee6fa (patch) | |
tree | 02382535e3cbe7495158a7dbf114f9a11ff2e3d5 | |
parent | 4f6d91ec214d9d42ae9477f64dbaceb9477e4d0d (diff) | |
download | poky-25c00dae8ed1a10e5e3c888b064819c9a8dee6fa.tar.gz |
python: Fix hardcoded python references which should refer to PN, removing duplicate providers warning
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/python/python_2.6.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python_2.6.5.bb b/meta/recipes-devtools/python/python_2.6.5.bb index 5c54889e91..ec5442dc7c 100644 --- a/meta/recipes-devtools/python/python_2.6.5.bb +++ b/meta/recipes-devtools/python/python_2.6.5.bb | |||
@@ -82,8 +82,8 @@ do_install() { | |||
82 | require python-${PYTHON_MAJMIN}-manifest.inc | 82 | require python-${PYTHON_MAJMIN}-manifest.inc |
83 | 83 | ||
84 | # manual dependency additions | 84 | # manual dependency additions |
85 | RPROVIDES_${PN}-core = "python" | 85 | RPROVIDES_${PN}-core = "${PN}" |
86 | RRECOMMENDS_${PN}-core = "python-readline" | 86 | RRECOMMENDS_${PN}-core = "${PN}-readline" |
87 | RRECOMMENDS_${PN}-crypt = "openssl" | 87 | RRECOMMENDS_${PN}-crypt = "openssl" |
88 | 88 | ||
89 | # add sitecustomize | 89 | # add sitecustomize |